Skip to content
Snippets Groups Projects
Commit 9d3ea75f authored by Albert Gräf's avatar Albert Gräf
Browse files

Missing call to sys_doneloadpreferences in sys_loadpreferences (memleak on Linux).

parent ef8324c7
No related branches found
No related tags found
No related merge requests found
...@@ -507,6 +507,7 @@ void sys_loadpreferences( void) ...@@ -507,6 +507,7 @@ void sys_loadpreferences( void)
if (strcmp(prefbuf, ".")) if (strcmp(prefbuf, "."))
sys_flags = gensym(prefbuf); sys_flags = gensym(prefbuf);
} }
sys_doneloadpreferences();
sys_doflags(); sys_doflags();
if (sys_defeatrt) if (sys_defeatrt)
......
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