Skip to content
Snippets Groups Projects
Commit b8d4452d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix valgrind-reported memleak in sbbs_read_ini()

parent 65bde885
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -398,6 +398,8 @@ void sbbs_read_ini(
}
global_interfaces = strListCombine(global->interfaces, NULL, 16384, ",");
if(global == &global_buf)
iniFreeStringList(global->interfaces);
/***********************************************************************/
section = "BBS";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment