You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch

14 lines
259 B

--- gpsim-0.29.0/modules/logic.cc
+++ gpsim-0.29.0/modules/logic.cc
@@ -269,8 +269,10 @@
LogicGate::~LogicGate()
{
+#ifdef HAVE_GUI
if (pixbuf)
g_object_unref(pixbuf);
+#endif
}
//--------------------------------------------------------------