Changeset: df39ce3d5859 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=df39ce3d5859
Modified Files:
        monetdb5/mal/mal_interpreter.mx
Branch: default
Log Message:

Reduce memorypool properly


diffs (12 lines):

diff --git a/monetdb5/mal/mal_interpreter.mx b/monetdb5/mal/mal_interpreter.mx
--- a/monetdb5/mal/mal_interpreter.mx
+++ b/monetdb5/mal/mal_interpreter.mx
@@ -1087,7 +1087,7 @@ runDFLOWworker(void *t)
 
 #ifdef USE_DFLOW_ADMISSION
                /* release the memory claim */
-               if ( nxtfs)
+               if ( nxtfs ==0 )
                        DFLOWadmission(-fs->argclaim, -fs->hotclaim);
 #endif
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to