]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
misc: mic: fix memory leak
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 13 Oct 2015 17:06:24 +0000 (22:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:42:29 +0000 (21:42 -0700)
commita2a47d00c08e2306185945dabaafd11447641077
tree914dd706efe4ebe52972b5a6a52e6d88c4d2119d
parent82ff3ac7641a645b55f3bee4acceabf6f17e62f4
misc: mic: fix memory leak

In scif_node_connect() we were returning if the initialization of p2p_ji
fails. But at that time p2p_ij has already been initialized and
resources allocated for it. And since p2p_ij is not added to the list
till now so we will have a leak.
Lets deinitialize and release the resources connected to p2p_ij.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/scif/scif_nodeqp.c