1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 18:27:04 +03:00

import: make sure don't leak the LZMA context

This commit is contained in:
Lennart Poettering 2015-01-19 17:02:37 +01:00
parent c19de71113
commit 0716faad4a

View File

@ -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);