Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate

it.
This commit is contained in:
Rob Landley 2006-03-28 19:19:19 +00:00
parent f0305b7f75
commit 92fff34de6

View File

@ -548,7 +548,6 @@ clean_up:
if (ENABLE_FEATURE_CLEAN_UP) {
free(storage_path);
free(cmdopts);
free(fstype);
}
if(rc)