# HG changeset patch # User alex # Date 1025032203 0 # Node ID 4a0b45902fc91453e0306561ed67bf9e22109186 # Parent f6fe6c990ba3864abeb8d8c6164875479bf46fde fixed uninit (it got never called before) diff -r f6fe6c990ba3 -r 4a0b45902fc9 libvo/vo_xvidix.c --- a/libvo/vo_xvidix.c Tue Jun 25 18:54:26 2002 +0000 +++ b/libvo/vo_xvidix.c Tue Jun 25 19:10:03 2002 +0000 @@ -405,7 +405,7 @@ static void uninit(void) { - if ( vo_config_count ) return; + if ( !vo_config_count ) return; vidix_term(); saver_on(mDisplay); /* screen saver back on */