[cairo-commit] cairo/src cairo-font.c,1.44,1.45

Owen Taylor commit at pdx.freedesktop.org
Thu Apr 14 06:06:01 PDT 2005


Committed by: otaylor

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

Modified Files:
	cairo-font.c 
Log Message:
2005-04-14  Owen Taylor  <otaylor at redhat.com>

        * src/cairo-font.c (_cairo_simple_font_face_destroy): Remove
        a stray free() (#3029, Carl Worth)

        * test/select-font-no-show-text.c: Note that the bug is fixed.


Index: cairo-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-font.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- cairo-font.c	8 Apr 2005 21:06:32 -0000	1.44
+++ cairo-font.c	14 Apr 2005 13:05:59 -0000	1.45
@@ -340,7 +340,6 @@
     _unlock_global_simple_cache ();
     
     free (simple_face->family);
-    free (simple_face);
 }
 
 static cairo_status_t




More information about the cairo-commit mailing list