gatppp: Unref HDLC when unrefing PPP

This commit is contained in:
Denis Kenzior 2010-06-11 09:15:32 -05:00
parent 75e6a4707b
commit a0eafc269e
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}