Fixed fopen leak in mapsmenu (bug 3957, r=dvander, a=blocking).

This commit is contained in:
Lev2001@land.ru 2010-04-27 00:40:38 -07:00
parent afc663a51a
commit e783c4bfcb

View File

@ -589,5 +589,7 @@ load_settings(filename[])
g_mapNums++;
}
fclose(fp);
return 1;
}