Changeset: 76d4ea6f6d22 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76d4ea6f6d22
Modified Files:
        monetdb5/mal/mal_function.c
Branch: Feb2013
Log Message:

Do not initialize twice.


diffs (11 lines):

diff --git a/monetdb5/mal/mal_function.c b/monetdb5/mal/mal_function.c
--- a/monetdb5/mal/mal_function.c
+++ b/monetdb5/mal/mal_function.c
@@ -694,7 +694,6 @@ setLifespan(MalBlkPtr mb)
        int *blk;
        Lifespan span= newLifespan(mb);
 
-       memset((char*) span,0, sizeof(LifespanRecord)* mb->vtop);
        prop = PropertyIndex("transparent");
 
        blk= (int *) GDKzalloc(sizeof(int)*mb->vtop);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to