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:
@@ -1,3 +1,8 @@
|
||||
2008-07-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/inline_automation.h:
|
||||
delete automation-pattern is in correct thread (closes #2008232)
|
||||
|
||||
2008-07-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/track.h:
|
||||
|
||||
@@ -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