Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
70bd7e61
Commit
70bd7e61
authored
Apr 03, 2009
by
Sébastien Escudier
Committed by
Rémi Denis-Courmont
Apr 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not leak exception message
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
dc38bb20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/control/core.c
src/control/core.c
+2
-0
No files found.
src/control/core.c
View file @
70bd7e61
...
...
@@ -89,6 +89,8 @@ void libvlc_exception_raise( libvlc_exception_t *p_exception,
/* Print something, so that lazy third-parties can easily
* notice that something may have gone unnoticedly wrong */
libvlc_exception_not_handled
(
psz
);
if
(
psz
!=
nomemstr
)
free
(
psz
);
return
;
}
...
...
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