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
Steve Lhomme
VLC
Commits
19d96830
Commit
19d96830
authored
Jul 04, 2008
by
Pierre d'Herbemont
Browse files
macosx: use pl_Release() with pl_Yield(), no vlc_object_release().
parent
3c4e97e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf.m
View file @
19d96830
...
@@ -1236,7 +1236,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1236,7 +1236,7 @@ static VLCMain *_o_sharedMainInstance = nil;
var_AddCallback
(
p_playlist
,
"item-append"
,
PlaylistChanged
,
self
);
var_AddCallback
(
p_playlist
,
"item-append"
,
PlaylistChanged
,
self
);
var_AddCallback
(
p_playlist
,
"item-deleted"
,
PlaylistChanged
,
self
);
var_AddCallback
(
p_playlist
,
"item-deleted"
,
PlaylistChanged
,
self
);
vlc_object_r
elease
(
p_
playlist
);
pl_R
elease
(
p_
intf
);
vlc_object_lock
(
p_intf
);
vlc_object_lock
(
p_intf
);
while
(
vlc_object_alive
(
p_intf
)
)
while
(
vlc_object_alive
(
p_intf
)
)
...
...
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