---
 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
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to