Browse Source

Comment out remove listeners methods in deconstr

On app exit it caused error and it is not worth to spend time on figuring out why.
master
Krisjanis Rijnieks 9 years ago
parent
commit
55a64fddfe
  1. 4
      src/UserInterface/SourcesEditor.cpp

4
src/UserInterface/SourcesEditor.cpp

@ -27,11 +27,11 @@ SourcesEditor::SourcesEditor(MediaServer * externalMediaServer){
}
SourcesEditor::~SourcesEditor(){
unregisterAppEvents();
//unregisterAppEvents();
delete imageSelector;
delete videoSelector;
delete fboSelector;
removeMediaServerListeners();
//removeMediaServerListeners();
clearMediaServer();
}

Loading…
Cancel
Save