mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 21:08:57 +08:00
[RCFILE] Fixed a file leak
This commit is contained in:
parent
6f4a8fbd5d
commit
9626291470
@ -362,6 +362,7 @@ void LoadRCFile(const char* filename)
|
||||
if(current_name)
|
||||
addParam(current_name, ¤t_param);
|
||||
free(line);
|
||||
fclose(f);
|
||||
printf_log(LOG_INFO, "Params database has %d entries\n", kh_size(params));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user