Changeset: 80b049a4c169 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80b049a4c169
Modified Files:
        monetdb5/modules/atoms/json.c
Branch: Jul2015
Log Message:

Free temporary space.


diffs (11 lines):

diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -600,6 +600,7 @@ JSONfilterInternal(json *ret, json *js, 
                l = 3;
        s = GDKzalloc(l + 3);
        snprintf(s, l + 3, "[%s]", (result ? result : ""));
+       GDKfree(result);
 
        for (l = 0; terms[l].token; l++)
                if (terms[l].name)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to