From 9bddd7d37362150b20961c45c0e508356251e4f9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sun, 15 Jun 2008 18:45:16 +0200 Subject: [PATCH] Typo in pl_Release(); --- src/video_output/vout_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c index 2457bbd14c..ab02bd80de 100644 --- a/src/video_output/vout_intf.c +++ b/src/video_output/vout_intf.c @@ -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_Set( p_playlist, "video-on-top", newval ); - pl_Release( p_this ); + pl_Release( p_playlist ); return VLC_SUCCESS; } -- 2.20.1