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) {
|
if (ENABLE_FEATURE_CLEAN_UP) {
|
||||||
free(storage_path);
|
free(storage_path);
|
||||||
free(cmdopts);
|
free(cmdopts);
|
||||||
free(fstype);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(rc)
|
if(rc)
|
||||||
|
Loading…
Reference in New Issue
Block a user