table: Get rid of table_cell destructors, which were unused.
[pspp] / src / output / html.c
index 307f6c223d83bb3fea6040da6e7f04d8d30ada13..f28476eae6661d05d27ce3fdfe0bcfb4af47b465 100644 (file)
@@ -587,7 +587,6 @@ html_output_table (struct html_driver *html, const struct table_item *item)
 
        next_1:
           x = cell.d[TABLE_HORZ][1];
-          table_cell_free (&cell);
         }
       fputs ("  </TR>\n", html->file);
     }