[cairo-commit] cairo-ocaml/src ml_cairo.c,1.16,1.17

Olivier Andrieu commit at pdx.freedesktop.org
Tue Jan 25 16:55:21 PST 2005


Committed by: oandrieu

Update of /cvs/cairo/cairo-ocaml/src
In directory gabe:/tmp/cvs-serv28277

Modified Files:
	ml_cairo.c 
Log Message:
revert the incref for cairo_current_font


Index: ml_cairo.c
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/ml_cairo.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ml_cairo.c	26 Jan 2005 00:54:15 -0000	1.16
+++ ml_cairo.c	26 Jan 2005 00:55:19 -0000	1.17
@@ -703,7 +703,6 @@
 {
   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);
 }
 




More information about the cairo-commit mailing list