Changeset: 3f942912d780 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3f942912d780
Modified Files:
        tools/monetdbe/monetdbe.c
Branch: default
Log Message:

Use properly exported destroy function.


diffs (12 lines):

diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -1100,7 +1100,7 @@ monetdbe_set_remote_results(backend *be,
        BBPunfix(order->batCacheid);
 
        if (error) {
-               res_table_destroy(be->results);
+               res_tables_destroy(be->results);
                return error;
        }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to