Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8861/src/modules/kernel
Modified Files:
algebra.mx
Log Message:
free bat resources in correct order
Index: algebra.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/algebra.mx,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- algebra.mx 14 Oct 2007 08:41:46 -0000 1.185
+++ algebra.mx 6 Nov 2007 23:22:58 -0000 1.186
@@ -2250,8 +2250,8 @@
throw(MAL, "algebra.groupby","unknown error");
}
if( bn){
- *res = bn->batCacheid;
if (!(bn->batDirty&2)) bn = BATsetaccess(bn, BAT_READ);
+ *res = bn->batCacheid;
BBPkeepref(bn->batCacheid);
}
BBPreleaseref(b->batCacheid);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins