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

Free scfg before exiting to calm down valgrind() about memleaks from here

parent 9896f220
No related branches found
No related tags found
No related merge requests found
Pipeline #5083 passed
......@@ -2205,5 +2205,6 @@ int main(int argc, char** argv)
/* erase the prompt */
printf("\r%*s\r",prompt_len,"");
free_cfg(&scfg);
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