Skip to content
Snippets Groups Projects
Commit 0344bfb4 authored by Alain BUTEAU's avatar Alain BUTEAU
Browse files

TANGODEVIC-919

parent 3279281c
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,11 @@ void FixedPositions::delete_device()
{
if (fixed_pos_data_vect [i] != 0)
delete fixed_pos_data_vect [i];
fixed_pos_data_vect [i] = 0;
}
// JIRA TANGODEVIC-919
fixed_pos_data_vect.clear();
//- and free the HexapodFMBO class
if(hex)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment