Fix a memory leak in the NFS-over-UDP code.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 26 Apr 2010 05:38:27 +0000 (22:38 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 26 Apr 2010 05:38:27 +0000 (22:38 -0700)
commit1fc8461814b84ef7eaa3436c1fd826e8c63c1537
tree6f609ceb307da7882188a5ee27d9272338be6e94
parentc0cab09e97b2c3fce55a743a978e4ea81b5ffbdb
Fix a memory leak in the NFS-over-UDP code.

The TCP code still has a per-connection leak, but at least this should help
with the UDP per-request leak.
nfs3/rpc.c