diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 8d62b07a..f1cba647 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -459,6 +459,8 @@ void g_at_ppp_unref(GAtPPP *ppp) lcp_free(ppp->lcp); ipcp_free(ppp->ipcp); + g_at_hdlc_unref(ppp->hdlc); + g_free(ppp); }