diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-12-26 00:05:19 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-12-26 00:05:19 -0500 |
commit | 5c201ef5cfdfdd4e19db7e0995b85fbb3f2e6090 (patch) | |
tree | 129579970821c3c4821fc8013920b36d3f792bd3 /src/cairo-debug.c | |
parent | 730ed68ec1ac10dcb9c7c69759f72fcaa3ea82e5 (diff) |
[scaled-font] Make cairo_debug_reset_static_data() work again
I broke it in a5983929f8f07f384f78e0b604e22037cf5ed716
Diffstat (limited to 'src/cairo-debug.c')
-rw-r--r-- | src/cairo-debug.c | 2 |
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 |