You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
677 B
22 lines
677 B
From: Sipwise Development Team <support@sipwise.com>
|
|
Date: Mon, 21 Feb 2022 14:17:23 +0100
|
|
Subject: sipwise_vm_pointers_malloc
|
|
|
|
---
|
|
apps/app_voicemail.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
|
|
index d12f57d..21341bc 100644
|
|
--- a/apps/app_voicemail.c
|
|
+++ b/apps/app_voicemail.c
|
|
@@ -12220,6 +12220,8 @@ static int vm_execmain(struct ast_channel *chan, const char *data)
|
|
|
|
/* Add the vm_state to the active list and keep it active */
|
|
vms.lastmsg = -1;
|
|
+ vms.deleted = NULL;
|
|
+ vms.heard = NULL;
|
|
|
|
ast_test_suite_event_notify("START", "Message: vm_execmain started");
|
|
if (ast_channel_state(chan) != AST_STATE_UP) {
|