mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
vmount delete InputTest on error
- fixes CID 139488
This commit is contained in:
committed by
Lorenz Meier
parent
0931efb3f0
commit
14fefca85e
@@ -239,6 +239,7 @@ static int vmount_thread_main(int argc, char *argv[])
|
||||
|
||||
if (!get_params(param_handles, params)) {
|
||||
PX4_ERR("could not get mount parameters!");
|
||||
delete test_input;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user