summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ded81ef)
raw | patch | inline | side by side (parent: ded81ef)
author | Max Kellermann <max@duempel.org> | |
Fri, 14 Aug 2009 21:50:25 +0000 (23:50 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 14 Aug 2009 21:50:25 +0000 (23:50 +0200) |
Fix a memory leak.
src/screen_song.c | patch | blob | history |
diff --git a/src/screen_song.c b/src/screen_song.c
index 87a78915cb220f7d33b9a1ba0078c77b389437c7..6f1c8b8a075455799a83cdd418b0462d8f1a741a 100644 (file)
--- a/src/screen_song.c
+++ b/src/screen_song.c
g_date_strftime(buf, sizeof(buf), "%x", date);
screen_song_append(labels[DBUPTIME], buf, max_label_width);
g_date_free(date);
+
+ mpd_freeStats(mpd_stats);
}
}