diff src/OSS/OSS.c @ 1111:c1e1c894fa0b trunk

[svn] - remove g_free(description) in cleanup functions to avoid crash on quit.
author yaz
date Fri, 25 May 2007 01:55:15 -0700
parents beba7968d2da
children 761e17b23e0c
line wrap: on
line diff
--- a/src/OSS/OSS.c	Fri May 25 00:42:15 2007 -0700
+++ b/src/OSS/OSS.c	Fri May 25 01:55:15 2007 -0700
@@ -53,9 +53,6 @@
 
 void oss_cleanup(void)
 {
-    g_free(oss_op.description);
-    oss_op.description = NULL;
-
     if (oss_cfg.alt_audio_device) {
         free(oss_cfg.alt_audio_device);
         oss_cfg.alt_audio_device = NULL;