14 Jun
2004
14 Jun
'04
11:21 p.m.
On Tue, 15 Jun 2004, Carl Hetherington wrote:
Hi,
valgrind observes some problems, examples of which are:
==27369== Invalid read of size 2 ==27369== at 0x40AA72EF: pango_font_description_equal (in /usr/lib/libpango-1.0.so.0.200.1) ==27369== by 0x818C9F8: font_factory::Face(_PangoFontDescription*, bool) (libnrtype/FontFactory.h:37) ==27369== by 0x818CCB3: font_factory::Face(char const*, NRTypePosDef) (libnrtype/FontFactory.cpp:388)
[snip]
Perhaps this is because pango_font_description_set_size () is not being called on the PangoFontDescription which is created at line 340?
Carl