diff options
author | Ben Chan <benchan@chromium.org> | 2017-08-03 14:41:11 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-08-04 15:00:27 +0200 |
commit | 24ed8d3e997cb6dd30335a534e24dab467752b53 (patch) | |
tree | c1529bc4ec1ea967a8ed9cc1e9c1344b0f0ac580 /src/mm-plugin.c | |
parent | 0d3cca2c6f545cf9a91c75aed451df6d16ae5511 (diff) |
broadband-modem: fix an ineffective `g_assert (equip_id)'
This patch fixes an ineffective `g_assert (equip_id)' in
modem_load_equipment_identifier_finish(). After mm_parse_gsn() succeeds,
`equip_id' is freed but not reset to NULL, so `g_assert (equip_id)' will
never assert even if `imei', `meid', and `esn' are all NULL (though that
shouldn't happen when mm_parse_gsn() succeeds).
Diffstat (limited to 'src/mm-plugin.c')
0 files changed, 0 insertions, 0 deletions