Browse Source

Fixed listener bug in AudioPluginHost

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
c610745ee3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/AudioPluginHost/Source/FilterGraph.cpp

+ 1
- 1
extras/AudioPluginHost/Source/FilterGraph.cpp View File

@@ -49,7 +49,7 @@ FilterGraph::FilterGraph (AudioPluginFormatManager& fm)
FilterGraph::~FilterGraph()
{
graph.addListener (this);
graph.removeListener (this);
graph.removeChangeListener (this);
graph.clear();
}


Loading…
Cancel
Save