Changeset: 9d0d2899ab23 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9d0d2899ab23 Modified Files: sql/backends/monet5/UDF/ssdb.c Branch: ssdb Log Message:
obs_pix initialized. diffs (12 lines): diff --git a/sql/backends/monet5/UDF/ssdb.c b/sql/backends/monet5/UDF/ssdb.c --- a/sql/backends/monet5/UDF/ssdb.c +++ b/sql/backends/monet5/UDF/ssdb.c @@ -354,7 +354,7 @@ SSDBcooking(Client cntxt, MalBlkPtr mb, dbl *wtdDistSum = NULL; /* for each observation, store the (x,y) of all its pixels, needed to * compute the polygon */ - obs_pixels *obs_pix; + obs_pixels *obs_pix = NULL; str msg = getSQLContext(cntxt, mb, &sql, NULL); str tin_name = *(str *) getArgReference(stk, pci, pci->retc + 0); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list