In latest git version. In file test/pdf2png.c:63: Variable absolute is allocated with: absolute = g_strdup (filename); And later released with: free (absolute); You should use g_free() (could not found documentation, but there is this bug report where it is said so). http://bugzilla.gnome.org/show_bug.cgi?id=564794 I don't normally report bugs in test files, but I made an exception as result of this bug could be undefined behavior, which is not good in testing either. This bug was found using cppcheck: http://cppcheck.wiki.sourceforge.net/
Fixed in local tree. Thanks for all the reports.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.