Changeset: 2770b208e6fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2770b208e6fc
Modified Files:
        gdk/gdk_storage.c
Branch: Jun2016
Log Message:

Plug memory leak.


diffs (11 lines):

diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c
--- a/gdk/gdk_storage.c
+++ b/gdk/gdk_storage.c
@@ -1043,6 +1043,7 @@ BATprintcolumns(stream *s, int argc, BAT
                mnstr_write(s, "  ]\n", 1, 4);
        }
 
+       GDKfree(buf);
        GDKfree(colinfo);
 
        return GDK_SUCCEED;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to