commit | a0884d489e016606e5e040624edaa13efefc3fcb | [log] [tgz] |
---|---|---|
author | tangwenji <tang.wenji@zte.com.cn> | Fri Sep 15 17:18:07 2017 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sat Nov 04 14:47:04 2017 -0700 |
tree | 443405413b30bd3e6c285e22ed978c5641dfb502 | |
parent | 12d5a43b2dffb6cd28062b4e19024f7982393288 [diff] |
iscsi-target: fix memory leak in iscsit_release_discovery_tpg() Need to release the param_list for tpg in iscsi_release_discovery_tpg function, this is also required before the iscsit_load_discovery_tpg function exits abnormally. Signed-off-by: tangwenji <tang.wenji@zte.com.cn> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>