[cairo-commit] cairo/test select-font-no-show-text.c,1.1,1.2

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


Committed by: otaylor

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

Modified Files:
	select-font-no-show-text.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: select-font-no-show-text.c
===================================================================
RCS file: /cvs/cairo/cairo/test/select-font-no-show-text.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- select-font-no-show-text.c	13 Apr 2005 21:45:05 -0000	1.1
+++ select-font-no-show-text.c	14 Apr 2005 13:05:59 -0000	1.2
@@ -32,6 +32,10 @@
  *
  *   *** glibc detected *** double free or corruption (fasttop): 0x083274d0 ***
  *   Aborted
+ *
+ * 2005-04-14 Owen Taylor <otaylor at redhat.com>
+ *
+ *  Fixed... just a stray free().
  */
 
 #include <math.h>
@@ -39,7 +43,7 @@
 
 static cairo_test_t test = {
     "select-font-no-show-text",
-    "Exercise a bug in calling cairo_select_font but never drawing text.",
+    "Test calling cairo_select_font but never drawing text.",
     0, 0
 };
 




More information about the cairo-commit mailing list