Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29940

Modified Files:
        merovingian_forkmserver.c 
Log Message:
when we manually craft a sabdb struct, make sure we don't end up freeing garbage

U merovingian_forkmserver.c
Index: merovingian_forkmserver.c
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_forkmserver.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- merovingian_forkmserver.c   4 Sep 2009 09:45:11 -0000       1.2
+++ merovingian_forkmserver.c   17 Sep 2009 15:28:00 -0000      1.3
@@ -100,6 +100,7 @@
                                walk->conns->val = GDKstrdup(rdb->conn);
                                walk->conns->next = NULL;
                                walk->next = NULL;
+                               walk->uplog = NULL;
 
                                /* cut out first returned entry, put it down 
the list
                                 * later, as to implement a round-robin DNS-like


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to