Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 332:b168df820681
* Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
to free the string returned from fftw_export_wisdom_to_string(), instead of
plain free().
* Various debug artifacts related to tracking down the above
author | Chris Cannam |
---|---|
date | Fri, 14 Aug 2009 14:01:09 +0000 |
parents | 4e612623bf08 |
children | faff9cd8f663 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Jul 29 15:03:21 2009 +0000 +++ b/main/MainWindow.cpp Fri Aug 14 14:01:09 2009 +0000 @@ -296,10 +296,12 @@ MainWindow::~MainWindow() { +// std::cerr << "MainWindow::~MainWindow" << std::endl; delete m_keyReference; delete m_preferencesDialog; delete m_layerTreeDialog; Profiles::getInstance()->dump(); +// std::cerr << "MainWindow::~MainWindow finishing" << std::endl; } void