summaryrefslogtreecommitdiff
path: root/main/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/frame.c')
-rw-r--r--main/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/frame.c b/main/frame.c
index a95ba68ef..6a9b45b74 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -418,7 +418,7 @@ struct ast_frame *ast_frisolate(struct ast_frame *fr)
struct ast_frame *ast_frdup(const struct ast_frame *f)
{
struct ast_frame_cache *frames;
- struct ast_frame *out;
+ struct ast_frame *out = NULL;
int len, srclen = 0;
void *buf = NULL;