mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-02-10 22:12:13 +00:00
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
it.
This commit is contained in:
parent
f0305b7f75
commit
92fff34de6
@ -548,7 +548,6 @@ clean_up:
|
||||
if (ENABLE_FEATURE_CLEAN_UP) {
|
||||
free(storage_path);
|
||||
free(cmdopts);
|
||||
free(fstype);
|
||||
}
|
||||
|
||||
if(rc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user