Changeset: 91d21feb5bf0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/91d21feb5bf0
Modified Files:
geom/monetdb5/geom.c
Branch: resource_management
Log Message:
initialize variable
diffs (12 lines):
diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -2595,7 +2595,7 @@ str
wkbFromBinaryWithBuffer(allocator *ma, wkb **geomWKB, size_t *len, const char
**inStr)
{
size_t strLength, wkbLength, i;
- wkb *w;
+ wkb *w = NULL;
if (strNil(*inStr)) {
if (*len < sizeof(wkb_nil)) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]