restore fix of 470ed7c996 that got lost

This commit is contained in:
Matthew Flatt 2010-12-02 06:31:36 -07:00
parent 74d858ceed
commit 1032eb4a59

View File

@ -211,7 +211,7 @@
-> (begin0
(for/list ([i (in-range len)])
(ptr-ref fams PangoFontFamily i))
(free fams))))
(g_free fams))))
(define-pango pango_font_description_free (_fun PangoFontDescription -> _void)
#:wrap (deallocator))