mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +00:00
tar archive: fix double free (#3781)
Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
parent
d879b254d6
commit
fcf60e35a3
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ static int mtar_heatshrink_file_close(void* stream) {
|
|||
compress_stream_decoder_free(hs_stream->decoder);
|
||||
}
|
||||
storage_file_close(hs_stream->stream);
|
||||
storage_file_free(hs_stream->stream);
|
||||
free(hs_stream);
|
||||
}
|
||||
return MTAR_ESUCCESS;
|
||||
|
|
Loading…
Add table
Reference in a new issue