diff src/audacious/playlist.c @ 3510:b2a82a73a788 trunk

Few bits of pre-integration shit.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 16:31:50 +0300
parents 57d2c56f00db
children a1d398a05b52
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sun Sep 09 07:14:00 2007 +0300
+++ b/src/audacious/playlist.c	Sun Sep 09 16:31:50 2007 +0300
@@ -180,12 +180,8 @@
         entry->tuple = NULL;
     }
 
-    if (entry->filename != NULL)
-        g_free(entry->filename);
-
-    if (entry->title != NULL)
-        g_free(entry->title);
-
+    g_free(entry->filename);
+    g_free(entry->title);
     mowgli_heap_free(playlist_entry_heap, entry);
 }