Mercurial > hg > sonic-visualiser
comparison 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 |
comparison
equal
deleted
inserted
replaced
331:067a57de45e2 | 332:b168df820681 |
---|---|
294 TransformFactory::getInstance()->startPopulationThread(); | 294 TransformFactory::getInstance()->startPopulationThread(); |
295 } | 295 } |
296 | 296 |
297 MainWindow::~MainWindow() | 297 MainWindow::~MainWindow() |
298 { | 298 { |
299 // std::cerr << "MainWindow::~MainWindow" << std::endl; | |
299 delete m_keyReference; | 300 delete m_keyReference; |
300 delete m_preferencesDialog; | 301 delete m_preferencesDialog; |
301 delete m_layerTreeDialog; | 302 delete m_layerTreeDialog; |
302 Profiles::getInstance()->dump(); | 303 Profiles::getInstance()->dump(); |
304 // std::cerr << "MainWindow::~MainWindow finishing" << std::endl; | |
303 } | 305 } |
304 | 306 |
305 void | 307 void |
306 MainWindow::setupMenus() | 308 MainWindow::setupMenus() |
307 { | 309 { |