You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove error return for adapter and change get to create temp adapter
- To handle the customer usecases, don't return uinit when the adapter
is used after the adapter library has already closed.
- Given the global adapter is gone, but get adapter is called, then a
temp adapter struct is allocated and an ondemand atexit cleanup of
this memory is registered.
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
0 commit comments