Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
4ec082c0
Commit
4ec082c0
authored
May 16, 2008
by
Rafaël Carré
Browse files
Fix a very unlikely memleak
parent
6120e3c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc-common.c
View file @
4ec082c0
...
...
@@ -1998,6 +1998,7 @@ static void InitDeviceValues( libvlc_int_t *p_vlc )
p_connection
=
dbus_bus_get
(
DBUS_BUS_SYSTEM
,
&
error
);
if
(
dbus_error_is_set
(
&
error
)
||
!
p_connection
)
{
libhal_ctx_free
(
ctx
);
dbus_error_free
(
&
error
);
return
;
}
...
...
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