mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Free various struct membuffer in different functions
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
d6c8edc2db
commit
b5ce06c8b9
4 changed files with 5 additions and 1 deletions
|
@ -125,7 +125,7 @@ bool DivelogsDeWebServices::prepare_dives_for_divelogs(const QString &tempfile,
|
|||
report_error(tr("internal error").toUtf8());
|
||||
goto error_close_zip;
|
||||
}
|
||||
free((void *)membuf);
|
||||
free_buffer(&mb);
|
||||
|
||||
transformed = xsltApplyStylesheet(xslt, doc, NULL);
|
||||
if (!transformed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue