Spdk/test/lib/nvmf/subsystem
Ziye Yang 9f2fc78e3f NVMf: Handle the memory leak issue of nvmf tgt
Reason: In acceptor_poller_unregistered_event, we
directly call spdk_nvmf_check_pools and spdk_app_stop,
it will fail the memory check.

And function nvmf_delete_subsystem_poller_unreg will
not be called since we already call spdk_app_stop.

Change-Id: I3ffa30c87b149a66cee1d87d1bb81d4dc8cc96b9
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-09-09 07:58:29 -07:00
..
.gitignore test/nvmf: stub out per-file unit tests 2016-07-22 12:50:44 -07:00
Makefile test/nvmf: stub out per-file unit tests 2016-07-22 12:50:44 -07:00
subsystem_ut.c NVMf: Handle the memory leak issue of nvmf tgt 2016-09-09 07:58:29 -07:00