summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <pwu@redhat.com>2021-11-29 13:21:55 +0800
committerPeng Wu <pwu@redhat.com>2021-11-29 13:21:55 +0800
commit0999793e32c8e32eab9dca8ae6055301ea3bc29e (patch)
treeed5e9a27ed7c295eff1aa6a0b6ac40552fe7b428
parent5c292b15d4049c8692b85663431d5a2fd37c8604 (diff)
downloadpango-0999793e32c8e32eab9dca8ae6055301ea3bc29e.tar.gz
Fix pango-view crash
Remove cairo_debug_reset_static_data function call in pango-view to avoid crash.
-rw-r--r--utils/viewer-pangocairo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/viewer-pangocairo.c b/utils/viewer-pangocairo.c
index 981b9317..8fe9db59 100644
--- a/utils/viewer-pangocairo.c
+++ b/utils/viewer-pangocairo.c
@@ -90,8 +90,6 @@ pangocairo_view_destroy (gpointer instance)
c->iface->backend_class->destroy (c->backend);
- cairo_debug_reset_static_data ();
-
g_slice_free (CairoViewer, c);
}