Whamcloud - gitweb
- Report any leaked memory at module remove time
authorpschwan <pschwan>
Wed, 6 Mar 2002 20:53:13 +0000 (20:53 +0000)
committerpschwan <pschwan>
Wed, 6 Mar 2002 20:53:13 +0000 (20:53 +0000)
commitb9fc45dd0e6c70860a903f64b23b2abf13965195
treee6fcd1014a9924b9fd34992d09c81f1e5c62078c
parent48397ced0f7df6fb76c9e4c9732eada698e43e6d
- Report any leaked memory at module remove time
- Free the reply buffer when we destroy the request, thus avoiding the
double-free.  If we ever move to an event model where we don't put the
ptlrpc_main() request on the stack, be careful that we don't free an outgoing
reply buffer before it's sent!
lustre/obdclass/class_obd.c
lustre/ptlrpc/client.c