mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 22:21:45 +00:00
import: make sure don't leak the LZMA context
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user