summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_file.c')
-rw-r--r--stream/stream_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_file.c b/stream/stream_file.c
index dc5a3ed6f7..5d424d66d6 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -161,7 +161,6 @@ static void s_close(stream_t *s)
struct priv *p = s->priv;
if (p->close)
close(p->fd);
- talloc_free(p->cancel);
}
// If url is a file:// URL, return the local filename, otherwise return NULL.