[pango: 1/2] Fix pango-view crash
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 1/2] Fix pango-view crash
- Date: Mon, 29 Nov 2021 11:37:53 +0000 (UTC)
commit 0999793e32c8e32eab9dca8ae6055301ea3bc29e
Author: Peng Wu <pwu redhat com>
Date: Mon Nov 29 13:21:55 2021 +0800
Fix pango-view crash
Remove cairo_debug_reset_static_data function call in pango-view
to avoid crash.
utils/viewer-pangocairo.c | 2 --
1 file changed, 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]