Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-11-29 04:15:08 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-11-29 04:15:08 +0400
commitdd1cb4f67ba4f0251e971e8ef1a4a03dc508c0f9 (patch)
tree2b392229c6a173e2b546165a2696bc9b35f8e40c
parent593566e39838a1cb54c17ef7a3f2a21f8b275222 (diff)
* Remove a bad free() I missed during the last round of changes.
-rw-r--r--albumart.c2
1 files changed, 0 insertions, 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 *