---
src/gprs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gprs.c b/src/gprs.c
index 8df983a9..a8702958 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -2794,6 +2794,7 @@ static void gprs_context_remove(struct ofono_atom *atom)
if (gc->driver && gc->driver->remove)
gc->driver->remove(gc);
+ g_free(gc->interface);
g_free(gc);
}
--
2.23.0_______________________________________________ ofono mailing list [email protected] https://lists.ofono.org/mailman/listinfo/ofono
