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

Call sbbs_free_ini() during happy-path exit, to calm down valgrind

This was not a real leak, but still, good practice
parent bed33851
No related branches found
No related tags found
No related merge requests found
Pipeline #5084 passed
......@@ -2206,5 +2206,6 @@ int main(int argc, char** argv)
printf("\r%*s\r",prompt_len,"");
free_cfg(&scfg);
sbbs_free_ini(/* global_startup: */NULL, &bbs_startup, &ftp_startup, &web_startup, &mail_startup, &services_startup);
return(0);
}
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