CCSModesEditor destructor causes reaper hang on exit.

Issue #50 new
Christopher Norman created an issue

Hi there,

As per title, I couldn’t get the Reaper to exit cleanly without commenting out the following:

CCSModesEditor::~CCSModesEditor(void) {
  ProjectConfig::instance()->disconnectProjectChangeSignal(
      m_projectChangedConnectionId);

  //CJPN commented out as causes Reaper to hang on exit.  Will deal with memory leak later.
  //safe_delete(m_pTooltipWindow);
}

Comments (0)

  1. Log in to comment