Changeset: e2f4dd9fcfde for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e2f4dd9fcfde
Modified Files:
        tools/mserver/shutdowntest.c
Branch: Jul2017
Log Message:

Fix memory leak.


diffs (11 lines):

diff --git a/tools/mserver/shutdowntest.c b/tools/mserver/shutdowntest.c
--- a/tools/mserver/shutdowntest.c
+++ b/tools/mserver/shutdowntest.c
@@ -66,6 +66,7 @@ static str monetdb_query(Client c, str q
        (SQLautocommit_ptr)(c, m);
        if (retval != MAL_SUCCEED) {
                printf("Failed to execute SQL query: %s\n", query);
+               freeException(retval);
                exit(1);
                return MAL_SUCCEED;
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to