summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-13 22:41:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-14 09:54:38 -0400
commita244075fb31868a9108202763dbd304ddc853a75 (patch)
tree900cf0ce7df709ea3f3d58fda127f121da7471ae /gtk2_ardour/plugin_ui.cc
parent09c7c5fb950c94d0a4db1cc2f9f46d5690c751f9 (diff)
changes that will help fix a crash related to plugin window visibility. some work still to be done
Diffstat (limited to 'gtk2_ardour/plugin_ui.cc')
-rw-r--r--gtk2_ardour/plugin_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc
index 86028794d9..3f523a82d2 100644
--- a/gtk2_ardour/plugin_ui.cc
+++ b/gtk2_ardour/plugin_ui.cc
@@ -161,6 +161,7 @@ PluginUIWindow::PluginUIWindow (
PluginUIWindow::~PluginUIWindow ()
{
+ cerr << "PluginWindow deleted for " << this << endl;
delete _pluginui;
}