https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #5 from Tor Lillqvist <t...@iki.fi> ---
I figured out a problem in the mobile-config.py script: it calls remove() on a
child of the root object while it is iterating the very same children. This s a
bit like modifying an iterator that is being used in C++, and causes it to skip
one child for each removed child. Thus failing to prune some stuff it was
supposed to prune.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to