why is pango_font_description_set_* functions leaking

2006-05-02 Thread nerdy
Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Behdad Esfahbod
On Tue, 2 May 2006, nerdy wrote: Hello all, I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0. fontdesc = pango_font_description_new(); pango_font_description_set_family(fontdesc,courier);