>>> --( ~ )-- grep -F ShortVersion 
>>> /L*/P*P*/Growl.prefPane/C*/R*/GrowlH*/C*/Info.plist
>>>     <key>CFBundleShortVersionString</key>
> 
> Oops. Try this:
> 
>       grep --after-context=1 -F ShortVersion 
> /L*/P*P*/Growl.prefPane/C*/R*/GrowlH*/C*/Info.plist

Done:
> --( ~ )-- grep --after-context=1 -F ShortVersion 
> /L*/P*P*/Growl.prefPane/C*/R*/GrowlH*/C*/Info.plist
>       <key>CFBundleShortVersionString</key>
>       <string>1.2</string>


Then:
>> <leaks & heap.zip>
> 
> Hm. Lots of strings like these:
<snip>
> I guessed that these are click contexts (which are application-provided text 
> strings) and went looking. Sure enough, there were at least two places where 
> we leak click contexts.
> 
> I've fixed those for 1.2.1.

Awesome! :) However, I can't see your commit over here: 
http://code.google.com/p/growl/source/list. I'd like to compile Growl myself to 
give it a try and see if your changes fixed it. Could you point me to the right 
location?

Thanks,
Wim Leers ~ http://wimleers.com

-- 
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.

Reply via email to