Changeset: 799ec6a732ec for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/799ec6a732ec
Modified Files:
clients/examples/C/bincopydata.c
Branch: Jun2023
Log Message:
fix memory leak in bincopydata
diffs (11 lines):
diff --git a/clients/examples/C/bincopydata.c b/clients/examples/C/bincopydata.c
--- a/clients/examples/C/bincopydata.c
+++ b/clients/examples/C/bincopydata.c
@@ -475,6 +475,7 @@ main(int argc, char *argv[])
gen(dest, byteswap, nrecs, gen_arg);
+ free(gen_arg);
fclose(dest);
free(gen_arg);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]