Skip to content

plugins: fix memory leaks with respect to items in GListStore

Andrea Veri requested to merge wip/fix_memory_leaks_originlist into master

This was probably missed by accident in eda460ac where f.e. oFono's origin did get the g_autoptr treatment (but dummy and MM didn't).

As of yet untested on the device, but should be good to go.

A failing test in my SIP code (which I initially based on the dummy provider) lead me to investigate why my CallsSipOrigin's did not get cleaned up.

/cc @mohammed.sadiq

Edited by Andrea Veri

Merge request reports