Several fixes when built with -O0
- Jul 04, 2018
-
-
Guido Gunther authored
We emit an unlocked signal not a locked signal.
ff3a181b -
Guido Gunther authored
Since callers are supposed to check modem present before sim locked it should not matter in practice but it's better to be on the safe side here.
e103e98c -
Guido Gunther authored
Another issue found when building with -O0
0066001f -
Guido Gunther authored
These cause crashes when built with -O0 since the g_auto tries to free unallocated memory.
d6978a61 -
Guido Gunther authored
Otherwise we can't test with mainline rootston and G_DEBUG=fatal-warnings easily.
87e5498c
-