From 30a5ec982e4cfa955f93c454debaefc4d61d2da6 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 14 Dec 2006 11:22:19 -0800 Subject: [PATCH] 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 Signed-off-by: Roland Dreier --- Reading git-format-patch failed