summaryrefslogtreecommitdiff
path: root/test/pthread-show-text.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-03-02 12:30:14 -0800
committerCarl Worth <cworth@cworth.org>2007-03-02 12:30:14 -0800
commit8c579ef8354720c06db702db1e6e2aaab0efed82 (patch)
treefff9ece8316e8995c5629da6ed65401e8142c7b3 /test/pthread-show-text.c
parent9854d01a8d3a1f9f6148dfd6e22623c4586aaa96 (diff)
downloadcairo-8c579ef8354720c06db702db1e6e2aaab0efed82.tar.gz
More tightening of test cleanup to avoid valgrind complaints.
Diffstat (limited to 'test/pthread-show-text.c')
-rw-r--r--test/pthread-show-text.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/pthread-show-text.c b/test/pthread-show-text.c
index b674e3753..0f0ec891e 100644
--- a/test/pthread-show-text.c
+++ b/test/pthread-show-text.c
@@ -35,9 +35,6 @@
#include <string.h>
#include <stdlib.h>
#include <pthread.h>
-#if HAVE_FCFINI
-#include <fontconfig/fontconfig.h>
-#endif
#define NUM_THREADS_DEFAULT 50
#define NUM_ITERATIONS 50
@@ -107,10 +104,7 @@ main (int argc, char *argv[])
free (pthread);
- cairo_debug_reset_static_data ();
-#if HAVE_FCFINI
- FcFini ();
-#endif
+ cairo_test_fini ();
return CAIRO_TEST_SUCCESS;
}