commit | 30a5ec982e4cfa955f93c454debaefc4d61d2da6 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Thu Dec 14 11:22:19 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Jan 07 20:17:34 2007 -0800 |
tree | 693056e3dbf07c0c2574f638021481a23ff8fb48 | |
parent | 881a045fc5b454b57c69e010acecd5830d87e242 [diff] |
RDMA/ucma: Fix struct ucma_event leak when backlog is full We discard new connection requests while the listen backlog is full, but leak a struct ucma_event in the process. Free the structure in this case. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>