mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fixed fopen leak in mapsmenu (bug 3957, r=dvander, a=blocking).
This commit is contained in:
parent
afc663a51a
commit
e783c4bfcb
@ -589,5 +589,7 @@ load_settings(filename[])
|
||||
g_mapNums++;
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user