From a06c8c3796fca45bab6aa92e3e55f75e125dad55 Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 16 Oct 2002 22:53:18 +0000 Subject: fix memleak again git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7767 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 1 + libvo/x11_common.c | 1 + 2 files changed, 2 insertions(+) (limited to 'libvo') diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 5b31e53d06..32601233cb 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -705,6 +705,7 @@ static void uninit(void) { int i; if ( !vo_config_count ) return; + free( ai ); saver_on(mDisplay); // screen saver back on for( i=0;i