Skip to content

ofono: call: ensure signals get disconnected on voice_call object destruction

Andrea Veri requested to merge for-upstream/ofono-call-disconnect-signals into master

The 'property-changed' and 'disconnect-reason' signals weren't disconnected on the voice call cleanup, and callbacks would thus still be fired once a second call happens, resulting in a crash.

Edited by Andrea Veri

Merge request reports