Loading
example/perf: remove exit() on polling errors
Fixes #3158 Whenever there is error on polling certain backend, exit is called immediately. Resulting in memory leaks for quite a lot of structures allocated by the application. Instead allow for more graceful failure by indicating failed status. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: If4042066e0bcae98233a5c899ac01b8000c39be5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20727 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>