mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix(logging): unref correctly in linphone_logging_service_unref
This commit is contained in:
parent
4958c62194
commit
94abc31172
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ LinphoneLoggingService *linphone_logging_service_ref(LinphoneLoggingService *ser
|
|||
}
|
||||
|
||||
void linphone_logging_service_unref(LinphoneLoggingService *service) {
|
||||
belle_sip_object_ref(service);
|
||||
belle_sip_object_unref(service);
|
||||
}
|
||||
|
||||
static void _linphone_logging_service_uninit(LinphoneLoggingService *log_service) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue