Changeset: 1fcd8da72cf9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1fcd8da72cf9
Modified Files:
        tools/embedded/embedded.c
Branch: embedded
Log Message:

More initialization fun


diffs (12 lines):

diff --git a/tools/embedded/embedded.c b/tools/embedded/embedded.c
--- a/tools/embedded/embedded.c
+++ b/tools/embedded/embedded.c
@@ -390,7 +390,7 @@ SEXP monetdb_append_R(SEXP schemasexp, S
        const char *schema = NULL, *name = NULL;
        str msg;
        int col_ct, row_ct, i, j;
-       BAT *b;
+       BAT *b = NULL;
        BUN cnt;
        append_data *ad = NULL;
        int t_column_count;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to