summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ml_cairo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ml_cairo.c b/src/ml_cairo.c
index e7a4e32..41157a5 100644
--- a/src/ml_cairo.c
+++ b/src/ml_cairo.c
@@ -703,7 +703,6 @@ ml_cairo_current_font (value cr)
{
cairo_font_t *f = cairo_current_font (cairo_t_val (cr));
check_cairo_status (cr);
- cairo_font_reference (f);
return Val_cairo_font_t (f);
}