From: Behdad Esfahbod Date: Thu, 8 Sep 2011 15:12:28 +0000 (-0400) Subject: Bug 658561 - Double free after calling Pango.Context.get_font_description() X-Git-Tag: 1.29.5~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6633eec387739d8dc4d0cf1541bf95258f6029d;p=platform%2Fupstream%2Fpango.git Bug 658561 - Double free after calling Pango.Context.get_font_description() --- diff --git a/pango/pango-context.c b/pango/pango-context.c index 110a6f3..6c1508b 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -339,8 +339,8 @@ pango_context_set_font_description (PangoContext *context, * * Retrieve the default font description for the context. * - * Return value: a pointer to the context's default font description. - * This value must not be modified or freed. + * Return value: (transfer none) a pointer to the context's default font + * description. This value must not be modified or freed. **/ PangoFontDescription * pango_context_get_font_description (PangoContext *context)