Skip to content
Snippets Groups Projects
Commit cdd7e95a authored by romain's avatar romain Committed by Beat Küng
Browse files

added a call to px4_sem_destroy()

parent 6ff228c2
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@ void Sih::run()
perf_end(_loop_perf);
}
px4_sem_destroy(&_data_semaphore);
hrt_cancel(&_timer_call); // close the periodic timer interruption
orb_unsubscribe(_actuator_out_sub);
orb_unsubscribe(_parameter_update_sub);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment