delete automation-pattern is in correct thread (closes #2008232)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1271 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -42,7 +42,10 @@ public:
|
||||
|
||||
virtual ~inlineAutomation()
|
||||
{
|
||||
delete m_autoPattern;
|
||||
if( m_autoPattern )
|
||||
{
|
||||
m_autoPattern->deleteLater();
|
||||
}
|
||||
}
|
||||
|
||||
inline bool hasAutomation( void ) const
|
||||
|
||||
Reference in New Issue
Block a user