summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e768fd4)
raw | patch | inline | side by side (parent: e768fd4)
author | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 14:36:30 +0000 (16:36 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 14:36:30 +0000 (16:36 +0200) |
The mpd_parser object was not freed, and neither was the
mpd_glib_source object.
mpd_glib_source object.
src/gidle.c | patch | blob | history |
diff --git a/src/gidle.c b/src/gidle.c
index 6f149a5292cb3b3f3b7624c55427914ff1532b8b..16901679e84bd9d822f5e558ed34cfd249bc5597 100644 (file)
--- a/src/gidle.c
+++ b/src/gidle.c
g_source_remove(source->id);
g_io_channel_unref(source->channel);
+
+ mpd_parser_free(source->parser);
+ g_free(source);
}
static void