aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d54fd3717..c2d752ffb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,7 +113,7 @@ exit_and_cleanup(void)
if( mpd )
{
mpdclient_disconnect(mpd);
- mpd = mpdclient_free(mpd);
+ mpdclient_free(mpd);
}
g_free(options.host);
g_free(options.password);