Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2c068533
Commit
2c068533
authored
Oct 10, 2008
by
ivoire
Browse files
Fix potential segfault (CID 252)
parent
64632922
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/modules.c
View file @
2c068533
...
...
@@ -737,8 +737,10 @@ char ** module_GetModulesNamesForCapability( const char *psz_capability,
{
free
(
psz_ret
);
if
(
pppsz_longname
)
{
free
(
*
pppsz_longname
);
*
pppsz_longname
=
NULL
;
*
pppsz_longname
=
NULL
;
}
module_list_free
(
list
);
return
NULL
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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