diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:01 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-14 23:42:01 +0200 |
commit | c229d1b285e22de4e9815b4a360baa6e8288f7d2 (patch) | |
tree | 6a716d2570c4216bca956d709860839dc463d990 /test/text-cache-crash.c | |
parent | ca1b557e8866801a5f43fd265be7421f60f54a70 (diff) |
Imported Upstream version 0.9.2
Diffstat (limited to 'test/text-cache-crash.c')
-rw-r--r-- | test/text-cache-crash.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/text-cache-crash.c b/test/text-cache-crash.c index 547e2a3..08e8573 100644 --- a/test/text-cache-crash.c +++ b/test/text-cache-crash.c @@ -118,20 +118,6 @@ main (void) ret = cairo_test (&test, draw); - /* It's convenient to be able to free all memory (including - * statically allocated memory). This makes it quite easy to use - * tools such as valgrind to verify that there are no memory leaks - * whatsoever. - * - * But I'm not sure what would be a sensible cairo API function - * for this. The cairo_destroy_caches call below is just something - * I made as a local modification to cairo. - */ - /* - cairo_destroy_caches (); - FcFini (); - */ - return ret; } |