conditional is not necessary

This commit is contained in:
twinaphex 2017-01-03 19:30:11 +01:00
parent 1081ecc87f
commit b3c477902c
1 changed files with 1 additions and 2 deletions

View File

@ -584,8 +584,7 @@ static bool content_file_load(
return true; return true;
error: error:
if (additional_path_allocs) string_list_free(additional_path_allocs);
string_list_free(additional_path_allocs);
return false; return false;
} }