From 0716faad4a846d5f3cdce4bf37648d3254b9332f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jan 2015 17:02:37 +0100 Subject: import: make sure don't leak the LZMA context --- src/import/import-raw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/import-raw.c') diff --git a/src/import/import-raw.c b/src/import/import-raw.c index 361e30ac83..da72725f3c 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); -- cgit v1.2.3-54-g00ecf