diff options
Diffstat (limited to 'accel-pppd/radius/req.c')
-rw-r--r-- | accel-pppd/radius/req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/req.c b/accel-pppd/radius/req.c index a15baec4..129116b7 100644 --- a/accel-pppd/radius/req.c +++ b/accel-pppd/radius/req.c @@ -403,7 +403,7 @@ int rad_req_read(struct triton_md_handler_t *h) if (pack->id == req->pack->id) break; - rad_packet_free(req->reply); + rad_packet_free(pack); } req->reply = pack; |