Changeset: eb672f05014f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb672f05014f
Modified Files:
clients/mapiclient/tomograph.c
Branch: Feb2013
Log Message:
tomograph: initialise full wthread, avoids crash lateron
diffs (12 lines):
diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -1710,6 +1710,8 @@ main(int argc, char **argv)
walk->tid = 0;
walk->s = NULL;
walk->next = NULL;
+ walk->dbh = NULL;
+ walk->hdl = NULL;
/* In principle we could do this without a thread, but it seems
* that if we do it that way, ctrl-c (or any other signal)
* doesn't interrupt the read inside this function, and hence
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list