diff options
author | 2015-10-13 22:36:24 +0530 | |
---|---|---|
committer | 2015-10-17 21:42:29 -0700 | |
commit | a2a47d00c08e2306185945dabaafd11447641077 (patch) | |
tree | 914dd706efe4ebe52972b5a6a52e6d88c4d2119d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | misc: mic: replace kfree with put_device (diff) | |
download | wireguard-linux-a2a47d00c08e2306185945dabaafd11447641077.tar.xz wireguard-linux-a2a47d00c08e2306185945dabaafd11447641077.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions