Skip to content

broadband-modem-mbim: SIM slots ptr array should have GDestroyNotify

The SIM slots ptr array should have a proper GDestroyNotify, so that whenever the array is unref-ed as part of the modem disposal logic, the SIM objects (and the modem object references they keep) are also unref-ed.

Fixes #571 (closed)

Merge request reports