summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 93f47be48..4824d77db 100644
--- a/file.c
+++ b/file.c
@@ -143,6 +143,7 @@ int ast_stopstream(struct ast_channel *tmp)
/* Stop a running stream if there is one */
if (tmp->stream) {
ast_closestream(tmp->stream);
+ tmp->stream = NULL;
if (tmp->oldwriteformat && ast_set_write_format(tmp, tmp->oldwriteformat))
ast_log(LOG_WARNING, "Unable to restore format back to %d\n", tmp->oldwriteformat);
}