summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 681ef85)
raw | patch | inline | side by side (parent: 681ef85)
author | Max Kellermann <max@duempel.org> | |
Sun, 18 Oct 2009 00:27:14 +0000 (02:27 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 18 Oct 2009 00:27:14 +0000 (02:27 +0200) |
Forgot to delete this line when I switched to mpdclient_recv_status().
src/mpdclient.c | patch | blob | history |
diff --git a/src/mpdclient.c b/src/mpdclient.c
index 0a93bc9a4bd40a3dcda2e519b465459114a09eb3..bffbce80eebc51d2115567358e1462c040c34378 100644 (file)
--- a/src/mpdclient.c
+++ b/src/mpdclient.c
if (status == NULL)
return false;
- if (c->status != NULL)
- mpd_status_free(c->status);
- c->status = status;
-
if (!mpd_response_finish(connection))
return mpdclient_handle_error(c);