Changeset: 382a3e7537f6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=382a3e7537f6 Modified Files: tools/merovingian/client/monetdb.c Branch: Jun2020 Log Message:
Plug memory leak. diffs (11 lines): diff --git a/tools/merovingian/client/monetdb.c b/tools/merovingian/client/monetdb.c --- a/tools/merovingian/client/monetdb.c +++ b/tools/merovingian/client/monetdb.c @@ -1472,6 +1472,7 @@ command_get(int argc, char *argv[]) free(value); msab_freeStatus(&orig); free(props); + freeConfFile(defprops); free(defprops); return fails > 0; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list