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:
parent
c19de71113
commit
0716faad4a
@ -104,6 +104,7 @@ static RawImportFile *raw_import_file_unref(RawImportFile *f) {
|
|||||||
free(f->temp_path);
|
free(f->temp_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lzma_end(&f->lzma);
|
||||||
free(f->url);
|
free(f->url);
|
||||||
free(f->local);
|
free(f->local);
|
||||||
free(f->etag);
|
free(f->etag);
|
||||||
|
Loading…
Reference in New Issue
Block a user