(dump_aggregate_info) Properly test whether the destination variable
[pspp] / src / output.c
index f517ada0286959e03526f855fda6a4044bbc2347..f318cb86d72bca8f948dab87728c90fc63cf4b0b 100644 (file)
@@ -455,6 +455,8 @@ outp_done (void)
       free(n);
       n = next;
     }
+  free (outp_title);
+  free (outp_subtitle);
 
   return 1;
 }