summaryrefslogtreecommitdiff
path: root/test/select-font-no-show-text.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-04-14 06:05:59 +0000
committerOwen Taylor <otaylor@redhat.com>2005-04-14 06:05:59 +0000
commit080f331edd6c64dd93785f35e05b532aa2f72512 (patch)
treed4ae97b5e546449df09d93ff6ff7269e6e34628b /test/select-font-no-show-text.c
parent66688da5e4485a369750bd5600134a94c281d985 (diff)
downloadcairo-080f331edd6c64dd93785f35e05b532aa2f72512.tar.gz
Remove a stray free() (#3029, Carl Worth)
Note that the bug is fixed.
Diffstat (limited to 'test/select-font-no-show-text.c')
-rw-r--r--test/select-font-no-show-text.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/select-font-no-show-text.c b/test/select-font-no-show-text.c
index f662ce374..ee5f56390 100644
--- a/test/select-font-no-show-text.c
+++ b/test/select-font-no-show-text.c
@@ -32,6 +32,10 @@
*
* *** glibc detected *** double free or corruption (fasttop): 0x083274d0 ***
* Aborted
+ *
+ * 2005-04-14 Owen Taylor <otaylor@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
};