summaryrefslogtreecommitdiff
path: root/examples/pangowin32tobmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pangowin32tobmp.c')
-rw-r--r--examples/pangowin32tobmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pangowin32tobmp.c b/examples/pangowin32tobmp.c
index a71017e7..c27eac94 100644
--- a/examples/pangowin32tobmp.c
+++ b/examples/pangowin32tobmp.c
@@ -125,7 +125,7 @@ int main (int argc, char **argv)
/* ... */
- pango_coverage_unref (coverage);
+ g_object_unref (coverage);
pango_font_description_free (desc);
g_object_unref (font);
}
@@ -239,7 +239,7 @@ int main (int argc, char **argv)
pango_glyph_string_free (glyphs);
pango_item_free (item);
- pango_coverage_unref (coverage);
+ g_object_unref (coverage);
g_object_unref (font);
}
pango_font_description_free (desc);