From f501211e904d2c01e47b03e774ffc6f93faeae25 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 22 Jan 2016 12:00:55 +0100 Subject: epub: Implement @font-face rules. Note: font->fallback is not reference counted here. The fallback mechanism is probably going to have to change when we add text shaping. --- source/fitz/font.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/fitz') diff --git a/source/fitz/font.c b/source/fitz/font.c index bdfee584..792e8d95 100644 --- a/source/fitz/font.c +++ b/source/fitz/font.c @@ -120,8 +120,6 @@ fz_drop_font(fz_context *ctx, fz_font *font) if (!fz_drop_imp(ctx, font, &font->refs)) return; - fz_drop_font(ctx, font->fallback); - if (font->t3lists) { free_resources(ctx, font); -- cgit v1.2.3