diff options
-rw-r--r-- | plugins/mbm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c index 4945dcec..1124e4f3 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -65,6 +65,8 @@ static void mbm_remove(struct ofono_modem *modem) ofono_info("MBM remove"); + ofono_modem_set_data(modem, NULL); + g_free(data); } |