ports/science/gchemutils/files/patch-libs_gcr_document.cc
Rene Ladan b0eec09651 Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.

Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.

Remove gnomedocutils from USE_GNOME

Submitted by:	rene
Approved by:	portmgr (mat), gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D23381
2020-01-27 19:40:17 +00:00

10 lines
297 B
C++

--- libs/gcr/document.cc.orig 2016-11-23 13:05:34 UTC
+++ libs/gcr/document.cc
@@ -1794,7 +1794,6 @@ void Document::Save() const
if (error) {
g_message ("GIO error: %s", error->message);
g_error_free (error);
- g_object_unref (file);
throw (int) 1;
}
buf->context = output;