Commit 9bddd7d3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Typo in pl_Release();

parent 9be4778f
...@@ -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_this ); pl_Release( p_playlist );
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