work on making transformations use relative return values
[pspp] / src / data / caseproto.c
index 2b2fcb408d61d396a18f830abfb264bd2653aae7..c20806051b9ed913f80ce541b3cd7d332fd02ce1 100644 (file)
@@ -55,6 +55,7 @@ caseproto_create (void)
   proto->ref_cnt = 1;
   proto->long_strings = NULL;
   proto->n_long_strings = 0;
+  proto->pxd = NULL;
   proto->n_widths = 0;
   proto->allocated_widths = N_ALLOCATE;
   return proto;