aboutsummaryrefslogtreecommitdiff
path: root/Foundation
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation')
-rw-r--r--Foundation/GTMSQLite.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Foundation/GTMSQLite.m b/Foundation/GTMSQLite.m
index 0225ff5..4313949 100644
--- a/Foundation/GTMSQLite.m
+++ b/Foundation/GTMSQLite.m
@@ -761,6 +761,7 @@ static void UpperLower16(sqlite3_context *context,
convertedBytesForSQLite, &free);
break;
default:
+ free(returnBuffer);
// COV_NF_START no way to tell sqlite to not use utf8 or utf16?
sqlite3_result_error(context,
"LOWER/UPPER CF implementation " \