changeset 30445:72e1e6824499

Remove vo_config_count check from uninit, it should always be safe to run.
author reimar
date Tue, 02 Feb 2010 20:16:57 +0000
parents cfdb2299d77b
children f77e32f1ecc0
files libvo/vo_gl.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;