Fix memory leak in barcharts
[pspp] / src / output / charts / barchart.h
index dabf61b05036861d84b6307ab4fec151a3833ef6..d47ce165bb24d641f67ced9f2dcf9ea0e260f903 100644 (file)
@@ -29,6 +29,7 @@ struct category
   int idx;                     /* Unique zero based index */
   struct string label;         /* The label to be displayed for this category */
   union value val;             /* The value of this category */
+  int width;                   /* The width of VAL */
 };