comparison 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
comparison
equal deleted inserted replaced
2681:08d04a5722e4 2682:c3cd6e47faf6
504 if (vfs_transports != NULL) 504 if (vfs_transports != NULL)
505 { 505 {
506 g_list_free(vfs_transports); 506 g_list_free(vfs_transports);
507 vfs_transports = NULL; 507 vfs_transports = NULL;
508 } 508 }
509 } 509
510 g_hash_table_destroy( plugin_matrix );
511 }