X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fodt.c;h=8e50c7b9cc4b56573223621a7289e5a8117f6abb;hb=5805214e9bb9e2a4705ada8cdf5f5d0f1814db0e;hp=104e57a9332c373502794a9550ddda5bc1b09f4d;hpb=0d95a6ff1dff86f7d1578a8bf20a964c7a00b6c3;p=pspp diff --git a/src/output/odt.c b/src/output/odt.c index 104e57a933..8e50c7b9cc 100644 --- a/src/output/odt.c +++ b/src/output/odt.c @@ -544,8 +544,6 @@ write_table (struct odt_driver *odt, const struct table_item *item) xmlTextWriterStartElement (odt->content_wtr, _xml("table:covered-table-cell")); xmlTextWriterEndElement (odt->content_wtr); } - - table_cell_free (&cell); } xmlTextWriterEndElement (odt->content_wtr); /* row */