Skip to content
Snippets Groups Projects
Commit 850ec508 authored by rswindell's avatar rswindell
Browse files

Bugfix (memory leak) in sbbs_write_ini():

was calling free() instead of strFreeList().
parent d02125c7
No related branches found
No related tags found
No related merge requests found
......@@ -792,7 +792,7 @@ BOOL sbbs_write_ini(
} while(0); /* finally */
free(list);
strListFree(&list);
return(result);
}
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