Skip to content
Snippets Groups Projects
Commit 9bb001b9 authored by Michael Long's avatar Michael Long
Browse files

fix ini free

parent 54f39baa
No related branches found
No related tags found
1 merge request!56Improvements to linux dosemu support
Pipeline #966 passed
...@@ -1461,7 +1461,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir) ...@@ -1461,7 +1461,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
if (virtualconf[0] == '\0') { if (virtualconf[0] == '\0') {
iniGetString(de_launch_ini, "stdio", "cmd", de_launch_cmd, de_launch_cmd); iniGetString(de_launch_ini, "stdio", "cmd", de_launch_cmd, de_launch_cmd);
} }
iniFreeStringList(&de_launch_ini); iniFreeStringList(de_launch_ini);
named_string_t de_launch_ini_replacements[] = named_string_t de_launch_ini_replacements[] =
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment