Fixed|libappfw|ChildWidgetOrganizer: Potential memory access issue
Issue found by Guard Malloc. Since we have an iterator already, itis better to use it to remove the map entry rather than looking itup again using the key.
View differences
Fixed|libappfw|ChildWidgetOrganizer: Potential memory access issue
Issue found by Guard Malloc. Since we have an iterator already, it
is better to use it to remove the map entry rather than looking it
up again using the key.