summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.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/fallback-resolution.c
parent9854d01a8d3a1f9f6148dfd6e22623c4586aaa96 (diff)
downloadcairo-8c579ef8354720c06db702db1e6e2aaab0efed82.tar.gz
More tightening of test cleanup to avoid valgrind complaints.
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index 544876597..b8d7e04fb 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -145,5 +145,7 @@ main (void)
backend_filename[backend]);
}
+ cairo_test_fini ();
+
return CAIRO_TEST_SUCCESS;
}