1
1
William Zhang 8c3b8a87c5 btl tcp: Fix error path memory leak
After the OPAL_MODEX_RECV call, remote_addrs was not freed in the error
path. Moved the free call into cleanup to ensure we always free this
memory before leaving the function.

Signed-off-by: William Zhang <wilzhang@amazon.com>
2019-07-15 22:35:04 +00:00
..
2018-12-18 14:37:04 -07:00
2019-07-15 22:35:04 +00:00
2019-05-16 20:56:30 +03:00
2018-10-17 10:29:00 -06:00
2015-06-23 20:59:57 -07:00
2019-03-29 14:38:46 -04:00
2018-09-15 06:04:13 -07:00
2015-06-23 20:59:57 -07:00
2018-09-05 08:42:00 -07:00