- do the clean-up in close()

- ensure deleted elements aren't accessed


git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@254 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-22 03:27:19 +00:00
parent b468d04a98
commit a417c3b353
2 changed files with 18 additions and 1 deletions

View File

@@ -103,6 +103,8 @@ public:
return( m_automationEditor );
}
void close( void );
private:
bool m_hasGUI;