After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679297 - bridge.c:spi_atk_remove_client - inefficient code
bridge.c:spi_atk_remove_client - inefficient code
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-atk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-03 01:42 UTC by Matthias Clasen
Modified: 2012-08-20 19:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2012-07-03 01:42:18 UTC
the code here iterates over the client list. When it finds the client it is looking for, it removes it. But then, it doesn't return but instead continues iterating the list...
Comment 1 Mike Gorse 2012-08-20 19:41:49 UTC
Fixed for 2.5.90: commit 1d1790.