Stuff seems to work.

This commit is contained in:
Themaister 2011-05-27 03:48:59 +02:00
parent 24f802023a
commit 9fb827d238

View File

@ -486,9 +486,7 @@ static bool load_imports(config_file_t *conf)
info[info_cnt].ram_type = ram_type; info[info_cnt].ram_type = ram_type;
info_cnt++; info_cnt++;
free(semantic);
if (semantic)
free(semantic);
id = strtok(NULL, ";"); id = strtok(NULL, ";");
} }