summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-15 21:43:50 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-15 21:43:50 +0200
commit179702871911a1aa9e30776e141392c50064b3da (patch)
tree29733fc89bb09584b92ae090a1941644e16e6f2e
parent78e0dea6a656f833ae866a5400ba43c351d7e096 (diff)
fix deleting the temp downloaded m3u file on success
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamer.c b/streamer.c
index 9311aaeb..e5175551 100644
--- a/streamer.c
+++ b/streamer.c
@@ -1129,6 +1129,7 @@ streamer_set_current (playItem_t *it) {
if (to) {
pl_item_unref (to);
}
+ unlink (tempfile);
return res;
}