mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 07:23:19 -04:00
rack_plugin deletes control view when destroyed
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@327 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-08-15 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
|
||||
* src/widgets/rack_plugin.cpp:
|
||||
added deletion of the control view to the dtor to make it clean
|
||||
up after itself
|
||||
|
||||
2006-08-11 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* Makefile.cvs:
|
||||
|
||||
@@ -202,6 +202,7 @@ rackPlugin::rackPlugin( QWidget * _parent, ladspa_key_t _key, track * _track, en
|
||||
rackPlugin::~rackPlugin()
|
||||
{
|
||||
delete m_effect;
|
||||
delete m_controlView;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user