Skip to content

clean up properly when interface creation fails

Evan Hunt requested to merge 3521-interface-cleanup into v9_16

previously, if ns_clientmgr_create() failed, the interface was not cleaned up correctly and an assertion or segmentation fault could follow. this has been fixed.

Closes #3521 (closed)

Edited by Evan Hunt

Merge request reports