summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/import/import-raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/import-raw.c b/src/import/import-raw.c
index 361e30ac8..da72725f3 100644
--- a/src/import/import-raw.c
+++ b/src/import/import-raw.c
@@ -104,6 +104,7 @@ static RawImportFile *raw_import_file_unref(RawImportFile *f) {
free(f->temp_path);
}
+ lzma_end(&f->lzma);
free(f->url);
free(f->local);
free(f->etag);