Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
9d3ea75f
Commit
9d3ea75f
authored
Jan 19, 2017
by
Albert Gräf
Browse files
Missing call to sys_doneloadpreferences in sys_loadpreferences (memleak on Linux).
parent
ef8324c7
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/s_file.c
View file @
9d3ea75f
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment