Re: cairo_font_face_t not freeing
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Mon, 1 May 2017 21:11:02 -0400, Louis M wrote:
> cairo_font_face_destroy(font_face);
> printf("Refcount=%d\n", cairo_font_face_get_reference_count(font_face));
You are looking at garbage pointed to by an invalid pointer.
--
cairo mailing list
[email protected]
https://lists.cairographics.org/mailman/listinfo/cairo