Skip to content

Remove linphone_call_unref from onCallSessionEarlyFailed

Quentin Arguillere requested to merge fix/remove_extra_unref_on_call into master

linphone_call_unref in Call::onCallSessionEarlyFailed seemed to not be needed, and caused potential crash.

Merge request reports