summaryrefslogtreecommitdiff
path: root/test/ps-features.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/ps-features.c
parent9854d01a8d3a1f9f6148dfd6e22623c4586aaa96 (diff)
More tightening of test cleanup to avoid valgrind complaints.
Diffstat (limited to 'test/ps-features.c')
-rw-r--r--test/ps-features.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/ps-features.c b/test/ps-features.c
index e2882ffec..597b73cf1 100644
--- a/test/ps-features.c
+++ b/test/ps-features.c
@@ -26,9 +26,6 @@
#include <stdio.h>
#include <cairo.h>
#include <cairo-ps.h>
-#if HAVE_FCFINI
-#include <fontconfig/fontconfig.h>
-#endif
#include "cairo-test.h"
@@ -154,11 +151,7 @@ main (void)
printf ("ps-features: Please check %s to ensure it looks/prints correctly.\n", filename);
- cairo_debug_reset_static_data ();
-
-#if HAVE_FCFINI
- FcFini ();
-#endif
+ cairo_test_fini ();
return CAIRO_TEST_SUCCESS;
}