1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/science/gchemutils/files/patch-libs_gcr_document.cc

11 lines
336 B
C++
Raw Normal View History

2014-03-10 22:29:20 +00:00
--- libs/gcr/document.cc.orig 2013-12-03 21:16:21.000000000 +0100
+++ libs/gcr/document.cc 2013-12-03 21:22:51.000000000 +0100
@@ -1521,7 +1521,6 @@
if (error) {
cerr << "gio error: " << error->message << endl;
g_error_free (error);
- g_object_unref (file);
throw (int) 1;
}
std::map<std::string, sAtom>AtomsMap;