Fix for missed mempool_destroy() in case when CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION not defined noticed by Bart Van Assche <bvanassche@acm.org>

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4208 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-04-13 20:28:50 +00:00
parent 52cc71c5ef
commit 0dd7573989

View File

@@ -4129,9 +4129,9 @@ out_callb:
net_set_get_put_page_callbacks(NULL, NULL);
out_destroy_mempool:
#endif
mempool_destroy(iscsi_cmnd_abort_mempool);
#endif
out_free_dummy:
__free_pages(dummy_page, 0);
goto out;