efl_ui_focus_manager: free iterator when done

This commit is contained in:
Marcel Hollerbach 2017-08-07 12:30:08 +02:00
parent 63393d344b
commit 66265c2f4d
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ _calculate_node(Efl_Ui_Focus_Manager_Data *pd, Efl_Ui_Focus_Object *node, Dimens
}
}
eina_iterator_free(nodes);
nodes = NULL;
}
#ifdef CALC_DEBUG