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
Steve Lhomme
VLC
Commits
ed3c1eb1
Commit
ed3c1eb1
authored
May 19, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set callback list to null on instance init
parent
3b41ca7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/control/core.c
src/control/core.c
+1
-0
No files found.
src/control/core.c
View file @
ed3c1eb1
...
...
@@ -99,6 +99,7 @@ libvlc_instance_t * libvlc_new( int argc, char **argv,
p_new
->
p_libvlc_int
=
p_libvlc_int
;
p_new
->
p_vlm
=
NULL
;
p_new
->
b_playlist_locked
=
0
;
p_new
->
p_callback_list
=
NULL
;
vlc_mutex_init
(
p_libvlc_int
,
&
p_new
->
instance_lock
);
return
p_new
;
...
...
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