diff --git a/iscsi-scst/kernel/isert-scst/iser_rdma.c b/iscsi-scst/kernel/isert-scst/iser_rdma.c index 253c9cd8f..5a40dbf3c 100644 --- a/iscsi-scst/kernel/isert-scst/iser_rdma.c +++ b/iscsi-scst/kernel/isert-scst/iser_rdma.c @@ -1603,6 +1603,7 @@ void isert_portal_release(struct isert_portal *portal) isert_portal_list_remove(portal); + kfree(portal); module_put(THIS_MODULE); }