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.