diff options
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r-- | gatchat/ppp_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c index 22704367..6c3913e5 100644 --- a/gatchat/ppp_auth.c +++ b/gatchat/ppp_auth.c @@ -112,6 +112,7 @@ static void chap_process_challenge(struct auth_data *auth, guint8 *packet) /* transmit the packet */ ppp_transmit(auth->ppp, (guint8 *) ppp_packet, response_length); + g_free(ppp_packet); challenge_out: g_checksum_free(checksum); |