Re: Help with GtkBuilder memory leak



Hi;

On 2 June 2016 at 16:45, Giovanni Panozzo <giovanni panozzo it> wrote:

I tryied to unref it, but memory leaks are still here. Almost all are
indicating something allocated inside libfontconfig and never freed :(

Yes, various libraries in the stack perform one-off allocations; these
are *NOT* leaks, since they do not grow unbounded and are collected by
the OS at the end of the process.

When using Valgrind, you can also use suppression files which can
remove false positives and help you pinpoint the actual leaks in your
code.

Ciao,
 Emmanuele.

-- 
https://www.bassi.io
[ ] ebassi [ gmail com]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]