diff src/audacious/pluginenum.c @ 2682:c3cd6e47faf6 trunk

[svn] - make the evil 'reload plugins' button behave a bit better
author giacomo
date Mon, 16 Apr 2007 04:19:03 -0700
parents 840fb578a834
children 47ea8eedd428
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sun Apr 15 20:00:32 2007 -0700
+++ b/src/audacious/pluginenum.c	Mon Apr 16 04:19:03 2007 -0700
@@ -506,4 +506,6 @@
         g_list_free(vfs_transports);
         vfs_transports = NULL;
     }
+
+    g_hash_table_destroy( plugin_matrix );
 }