Re: Tracking down memory usage (leak?) in Pike program
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmrqBnN_VbpHj9YG-=uwS2_KSxDF4p822SbkBtb7fvaEag@mail.gmail.com> |
On Wed, Jul 20, 2016 at 7:49 AM, Chris Angelico <[email protected]> wrote: > Thanks for the pointers! Now I can start tracking down where these > Labels are getting created and why. (I've a fairly good idea about the > GCs.) Having made a few changes recently and not seen further problems, I'm thinking this has *probably* fixed the issue. Many thanks for your help, Hubbe! It turns out that using a GTK2.Label for measurement results in a leak. Explicitly destroying it fixes that. ChrisA