Changeset: 35401408f7da for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=35401408f7da
Modified Files:
        monetdb5/extras/rapi/rapi.c
Branch: embedded
Log Message:

keeping ref twice does not help


diffs (11 lines):

diff --git a/monetdb5/extras/rapi/rapi.c b/monetdb5/extras/rapi/rapi.c
--- a/monetdb5/extras/rapi/rapi.c
+++ b/monetdb5/extras/rapi/rapi.c
@@ -520,7 +520,6 @@ str RAPIeval(Client cntxt, MalBlkPtr mb,
                // bat return
                if (isaBatType(getArgType(mb,pci,i))) {
                        *getArgReference_bat(stk, pci, i) = b->batCacheid;
-                       BBPkeepref(b->batCacheid);
                } else { // single value return, only for non-grouped 
aggregations
                        VALinit(&stk->stk[pci->argv[i]], bat_type,
                                        Tloc(b, BUNfirst(b)));
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to