output: Make table_item a pivot_table, table_cell a pivot_value.
[pspp] / src / output / spv / spv-legacy-decoder.c
index 1894092a14bf2e97e5b2bf8f5b084c1f620e5654..b90d6b0ab39492a9fffd7e67d80088edfbfe0694 100644 (file)
@@ -1418,8 +1418,8 @@ apply_styles_to_value (struct pivot_table *table,
     {
       if (sf->reset > 0)
         {
-          free (value->footnotes);
-          value->footnotes = NULL;
+          free (value->footnote_indexes);
+          value->footnote_indexes = NULL;
           value->n_footnotes = 0;
         }