Skip to content

Explicit std::exit removed

Wainer Vandelli requested to merge vandelli/ROSApplication:master into master

Calling explicitely std::exit at the end of the main function has the side effect of leaving behind stale references to the application in IPC. ADHI-4255

Merge request reports