Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
b1e9d504
Commit
b1e9d504
authored
Mar 24, 2007
by
Laurent Aimar
Browse files
Fixed memory leak when we cannot save the configuration file.
parent
ed3e4d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/configuration.c
View file @
b1e9d504
...
...
@@ -1111,6 +1111,7 @@ static int SaveConfigFile( vlc_object_t *p_this, const char *psz_module_name,
if
(
!
file
)
{
vlc_list_release
(
p_list
);
free
(
p_bigbuffer
);
vlc_mutex_unlock
(
&
p_this
->
p_libvlc
->
config_lock
);
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
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