Hi; On 2 June 2016 at 16:45, Giovanni Panozzo <[email protected]> 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] _______________________________________________ gtk-app-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
