summaryrefslogtreecommitdiff
path: root/res/res_sip_outbound_registration.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_sip_outbound_registration.c')
-rw-r--r--res/res_sip_outbound_registration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_sip_outbound_registration.c b/res/res_sip_outbound_registration.c
index 203ecfc5a..d3c4ad815 100644
--- a/res/res_sip_outbound_registration.c
+++ b/res/res_sip_outbound_registration.c
@@ -469,7 +469,7 @@ static void sip_outbound_registration_destroy(void *obj)
/*! \brief Allocator function for registration information */
static void *sip_outbound_registration_alloc(const char *name)
{
- struct sip_outbound_registration *registration = ao2_alloc(sizeof(*registration), sip_outbound_registration_destroy);
+ struct sip_outbound_registration *registration = ast_sorcery_generic_alloc(sizeof(*registration), sip_outbound_registration_destroy);
if (!registration || ast_string_field_init(registration, 256)) {
ao2_cleanup(registration);