mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fix crash for linphone_core_get_callbacks_list
This commit is contained in:
parent
9fa66fc345
commit
f1e0a44401
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ void linphone_core_remove_listener(LinphoneCore *lc, const LinphoneCoreVTable *v
|
|||
}
|
||||
|
||||
bctbx_list_t *linphone_core_get_callbacks_list(const LinphoneCore *lc) {
|
||||
bctbx_list_t *result;
|
||||
bctbx_list_t *result = NULL;
|
||||
bctbx_list_t *it;
|
||||
for(it=lc->vtable_refs; it!=NULL; it=it->next){
|
||||
VTableReference *ref=(VTableReference*)it->data;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue