From c38eb01179aa5f580eedb6d33da374d122bb97c6 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 29 Nov 2011 00:15:08 +0000 Subject: [PATCH] * Remove a bad free() I missed during the last round of changes. --- albumart.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/albumart.c b/albumart.c index 97af848..4f94b13 100644 --- a/albumart.c +++ b/albumart.c @@ -170,8 +170,6 @@ update_if_album_art(const char *path) } } closedir(dh); - - free(dir); } char *