summaryrefslogtreecommitdiff
path: root/test/font-face-get-type.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/font-face-get-type.c
parent9854d01a8d3a1f9f6148dfd6e22623c4586aaa96 (diff)
downloadcairo-8c579ef8354720c06db702db1e6e2aaab0efed82.tar.gz
More tightening of test cleanup to avoid valgrind complaints.
Diffstat (limited to 'test/font-face-get-type.c')
-rw-r--r--test/font-face-get-type.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/font-face-get-type.c b/test/font-face-get-type.c
index 57cc859fb..a3298fa45 100644
--- a/test/font-face-get-type.c
+++ b/test/font-face-get-type.c
@@ -66,5 +66,7 @@ main (void)
cairo_destroy (cr);
cairo_surface_destroy (surface);
+ cairo_test_fini ();
+
return CAIRO_TEST_SUCCESS;
}