Skip to content

Fix bad usage of linphone event in list of conference subcription. In case of...

Simon Morlat requested to merge fix/bad_usage_of_linphone_event into master

Fix bad usage of linphone event in list of conference subcription. In case of error in the subscribe transaction, the LinphoneEvent is unrefd by the core, but still pointed. The code has to either take into account the LinphoneEvent state notifications, or take a ref.

Merge request reports