Merge "Free endpoint ACLs when destroying PJSIP endpoints." into 13

changes/98/4798/2
George Joseph 8 years ago committed by Gerrit Code Review
commit 284b8b981e

@ -2070,6 +2070,8 @@ static void endpoint_destructor(void* obj)
ast_variables_destroy(endpoint->channel_vars);
AST_VECTOR_FREE(&endpoint->ident_method_order);
ast_free(endpoint->contact_user);
ast_free_acl_list(endpoint->contact_acl);
ast_free_acl_list(endpoint->acl);
}
static int init_subscription_configuration(struct ast_sip_endpoint_subscription_configuration *subscription)

Loading…
Cancel
Save