Call content_temporary_free if init_content_file errors out

This commit is contained in:
twinaphex 2016-01-19 17:15:36 +01:00
parent d7375b88e7
commit 78d3bc5015

View File

@ -739,6 +739,7 @@ bool init_content_file(void)
error:
if (content)
string_list_free(content);
content_temporary_free();
return false;
}