mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-26 05:38:04 +03:00
Fix resource leak when reading hamdata.ini
This commit is contained in:
parent
8c16331b69
commit
378d89af2f
@ -384,5 +384,7 @@ int ReadConfig(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fclose(fp);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user