[vlc-devel] commit: Typo in pl_Release(); (Jean-Paul Saman )

git version control git at videolan.org
Wed Jun 18 12:04:13 CEST 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Jun 15 18:45:16 2008 +0200| [9bddd7d37362150b20961c45c0e508356251e4f9]

Typo in pl_Release();

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bddd7d37362150b20961c45c0e508356251e4f9
---

 src/video_output/vout_intf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 2457bbd..ab02bd8 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;
 }
 




More information about the vlc-devel mailing list