Changeset: 1a0575777a1f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1a0575777a1f
Modified Files:
        gdk/gdk_project.c
Branch: default
Log Message:

small fix, now that we potentialy use the converted masks, we should use 
BBPunfix instead of BPPreclaim.


diffs (12 lines):

diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c
--- a/gdk/gdk_project.c
+++ b/gdk/gdk_project.c
@@ -885,7 +885,7 @@ BATprojectchain(BAT **bats)
                        bn = BATproject(ba[0].b, ba[1].b);
                }
                while (ndelete-- > 0)
-                       BBPreclaim(tobedeleted[ndelete]);
+                       BBPunfix(tobedeleted[ndelete]->batCacheid);
                GDKfree(tobedeleted);
                GDKfree(ba);
                return bn;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to