Changeset: 238023be943f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=238023be943f
Modified Files:
        monetdb5/mal/mal_import.c
Branch: Dec2016
Log Message:

Exception strings must be freed with freeException.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_import.c b/monetdb5/mal/mal_import.c
--- a/monetdb5/mal/mal_import.c
+++ b/monetdb5/mal/mal_import.c
@@ -222,7 +222,7 @@ malInclude(Client c, str name, int listi
                                parseMAL(c, c->curprg, 1);
                                bstream_destroy(c->fdin);
                        } else {
-                               GDKfree(s); // not interested in error here
+                               freeException(s); // not interested in error 
here
                                s = MAL_SUCCEED;
                        }
                        if (p)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to