summaryrefslogtreecommitdiff
path: root/src/cairo-debug.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-12-26 00:05:19 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-12-26 00:05:19 -0500
commit5c201ef5cfdfdd4e19db7e0995b85fbb3f2e6090 (patch)
tree129579970821c3c4821fc8013920b36d3f792bd3 /src/cairo-debug.c
parent730ed68ec1ac10dcb9c7c69759f72fcaa3ea82e5 (diff)
[scaled-font] Make cairo_debug_reset_static_data() work again
Diffstat (limited to 'src/cairo-debug.c')
-rw-r--r--src/cairo-debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-debug.c b/src/cairo-debug.c
index 3fe6cae0..5100a855 100644
--- a/src/cairo-debug.c
+++ b/src/cairo-debug.c
@@ -61,6 +61,8 @@ cairo_debug_reset_static_data (void)
{
CAIRO_MUTEX_INITIALIZE ();
+ _cairo_scaled_font_map_destroy ();
+
_cairo_toy_font_face_reset_static_data ();
#if CAIRO_HAS_FT_FONT