Commit eb979f3e authored by Jim Harris's avatar Jim Harris Committed by Tomasz Zawadzki
Browse files

llvm_vfio_fuzz: call spdk_thread_exit()



Make sure we exit the thread that we created in
the llvm_vfio_fuzz app.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I7fad1402a83206728f5a7ceac6c33a2b4c812719
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15500


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent b35aceb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -256,6 +256,7 @@ io_poller(void *ctx)
		spdk_poller_unregister(&(io->run_poller));
		spdk_free(io->write_buf);
		spdk_free(io->read_buf);
		spdk_thread_exit(spdk_get_thread());

		spdk_app_stop(0);