From 9c665df722565ec8c994fba371dea69d5f934db4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 28 Sep 2008 03:36:59 +0000 Subject: Fix potential crash when port blinkenports activity is followed by port destruction (before the blink is turned off). Fix ticket #192. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1520 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/Port.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libs/gui/Port.hpp') diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index ae9b0c48..4851a63f 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -39,8 +39,7 @@ class Port : public FlowCanvas::Port { public: Port(boost::shared_ptr module, SharedPtr pm, bool flip=false); - - virtual ~Port() {} + ~Port(); SharedPtr model() const { return _port_model; } -- cgit v1.2.1