close the engine rather than delete it

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@255 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-22 03:27:54 +00:00
parent a417c3b353
commit 5d52385fbd

View File

@@ -229,7 +229,7 @@ mainWindow::~mainWindow()
// destroy config-manager (which automatically saves config-file)
*/
delete eng();
eng()->close();
}