On May 23, 2010, at 02:54:00, Caius Durling wrote: > http://growldiscuss.googlegroups.com/web/GrowlHelperApp-leaks-caius.txt > http://growldiscuss.googlegroups.com/web/GrowlHelperApp-heap-caius.txt
This matches what Gary L. Gray was able to send me off-list. Unfortunately, I couldn't find out a whole lot from either pair of files, so I've been poking around in Instruments instead. What I found is that we were apparently leaking a couple of the core objects that back every notification window—one pair per notification window. Ordinarily, these wouldn't add up to much, but for WebKit displays, this included the complete HTML source to the little pretend web page that a WebKit-powered notification window is. Plus, even a small leak adds up over time. I've fixed that, and the crashes that the leak had masked, in the last few revisions, which I've just pushed to the growl-development repo. Growl 1.2.1b4 will come out later today, although if any of you with Xcode installed want to test it ahead of time from the source code, please feel free. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
