[librsvg] rsvg-handle.c: Don't call xmlInitParser()
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] rsvg-handle.c: Don't call xmlInitParser()
- Date: Fri, 28 Dec 2018 01:20:30 +0000 (UTC)
commit 4ccaaa4971d7b9cd63ea7ced0ecff559c3815332
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Dec 27 19:17:28 2018 -0600
rsvg-handle.c: Don't call xmlInitParser()
I *think* libxml2 will initialize itself on demand...
librsvg/rsvg-handle.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c
index 194868e4..15b1bdf2 100644
--- a/librsvg/rsvg-handle.c
+++ b/librsvg/rsvg-handle.c
@@ -437,8 +437,6 @@ rsvg_handle_class_init (RsvgHandleClass * klass)
g_param_spec_string ("metadata", _("Metadata"),
_("SVG file metadata"), NULL,
(GParamFlags) (G_PARAM_READABLE)));
-
- xmlInitParser ();
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]