Commit fc56db95 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Typo in pl_Release();"

This reverts commit 9bddd7d3.

By its current design, pl_Release() takes the same argument as
pl_Yield(). This had _already_ been discussed earlier (vlc-devel is not
a write-only mailing list).
parent 8d1c75f3
...@@ -1199,7 +1199,7 @@ static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1199,7 +1199,7 @@ static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd,
var_Create( p_playlist, "video-on-top", VLC_VAR_BOOL ); var_Create( p_playlist, "video-on-top", VLC_VAR_BOOL );
var_Set( p_playlist, "video-on-top", newval ); var_Set( p_playlist, "video-on-top", newval );
pl_Release( p_playlist ); pl_Release( p_this );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment