diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-19 15:28:11 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-19 15:28:11 +0000 |
commit | 391a1c6e729774f965673844fb593a56c55c902e (patch) | |
tree | a5ae57152a1d3b5e30e19b1f3b4de1261e54388d /libvo | |
parent | 7c5093ae83bb4bbda5b743b592f77374f915ef49 (diff) |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9620 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_directx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index fc6b7d2de7..e2dffffdce 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -290,6 +290,7 @@ static uint32_t Directx_CreateBackpuffer() 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; |