mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merge "pjsip_options.c: Fix container operation."
This commit is contained in:
@@ -1264,7 +1264,7 @@ static void aor_observer_deleted(const void *obj)
|
|||||||
|
|
||||||
contacts = ast_sip_location_retrieve_aor_contacts(aor);
|
contacts = ast_sip_location_retrieve_aor_contacts(aor);
|
||||||
if (contacts) {
|
if (contacts) {
|
||||||
ao2_callback(contacts, OBJ_NODATA, unschedule_contact_cb, NULL);
|
ao2_callback(contacts, OBJ_NODATA | OBJ_MULTIPLE, unschedule_contact_cb, NULL);
|
||||||
ao2_ref(contacts, -1);
|
ao2_ref(contacts, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user