aboutsummaryrefslogtreecommitdiffstats
path: root/main/global_datastores.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/global_datastores.c')
-rw-r--r--main/global_datastores.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/global_datastores.c b/main/global_datastores.c
index f43f4e2a4..9b87b2cb4 100644
--- a/main/global_datastores.c
+++ b/main/global_datastores.c
@@ -65,6 +65,7 @@ static void *dialed_interface_duplicate(void *data)
struct ast_dialed_interface *di2 = ast_calloc(1, sizeof(*di2) + strlen(di->interface));
if(!di2) {
AST_LIST_UNLOCK(old_list);
+ dialed_interface_destroy(new_list);
return NULL;
}
strcpy(di2->interface, di->interface);