summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}