Comment 18 for bug 438458

Revision history for this message
Robbie Williamson (robbiew) wrote : Re: xsplash taking 100% CPU with UNR installations

Fixed it. Rewrote the for() loop at line 818 in xsplash.c to be a while() loop and used "tmp = tmp->next" to iterate through the list. The for() loop was using g_slist_next() and I think that is either broken or being used incorrectly.