# HG changeset patch # User reimar # Date 1265141817 0 # Node ID 72e1e68244998ca1cb8f0e13f72e00f0b945cfe4 # Parent cfdb2299d77b239dbec14573f80f04c3db360b6c Remove vo_config_count check from uninit, it should always be safe to run. diff -r cfdb2299d77b -r 72e1e6824499 libvo/vo_gl.c --- a/libvo/vo_gl.c Tue Feb 02 18:57:43 2010 +0000 +++ b/libvo/vo_gl.c Tue Feb 02 20:16:57 2010 +0000 @@ -993,7 +993,6 @@ static void uninit(void) { - if (!vo_config_count) return; uninitGl(); if (custom_prog) free(custom_prog); custom_prog = NULL;