Merge "pjsip_options.c: Fix container operation."

changes/07/3207/1
zuul 9 years ago committed by Gerrit Code Review
commit 153875be24

@ -1264,7 +1264,7 @@ static void aor_observer_deleted(const void *obj)
contacts = ast_sip_location_retrieve_aor_contacts(aor);
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);
}
}

Loading…
Cancel
Save