summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/features.c b/main/features.c
index d7463ebc4..8f16ffa1c 100644
--- a/main/features.c
+++ b/main/features.c
@@ -3012,6 +3012,9 @@ static struct ast_channel *feature_request_and_dial(struct ast_channel *caller,
tmp_cap = ast_format_cap_alloc_nolock();
if (!tmp_cap) {
+ if (outstate) {
+ *outstate = 0;
+ }
return NULL;
}
ast_best_codec(cap, &best_audio_fmt);