[Mplayer-cvslog] CVS: 0_90/libvo vo_directx.c,1.12,1.13
Arpi of Ize
arpi at mplayerhq.hu
Sat Mar 22 17:31:07 CET 2003
Update of /cvsroot/mplayer/0_90/libvo
In directory mail:/var/tmp.root/cvs-serv29092/libvo
Modified Files:
vo_directx.c
Log Message:
backport: 10l
Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libvo/vo_directx.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vo_directx.c 10 Mar 2003 15:58:17 -0000 1.12
+++ vo_directx.c 22 Mar 2003 16:31:05 -0000 1.13
@@ -290,6 +290,7 @@
static void uninit(void)
{
if (g_lpddclipper != NULL) g_lpddclipper->lpVtbl->Release(g_lpddclipper);
+ g_lpddclipper = NULL;
mp_msg(MSGT_VO, MSGL_DBG3,"<vo_directx><INFO>clipper released\n");
if (g_lpddsBack != NULL) g_lpddsBack->lpVtbl->Release(g_lpddsBack);
g_lpddsBack = NULL;
More information about the MPlayer-cvslog
mailing list