diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screen_play.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_play.c b/src/screen_play.c index 58bf65a54..d4fb7cee2 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -336,6 +336,7 @@ handle_add_to_playlist(mpdclient_t *c) if (path && path[0]) mpdclient_cmd_add_path(c, path); + g_free(path); return 0; } |