diff --git a/extras/AudioPluginHost/Source/FilterGraph.cpp b/extras/AudioPluginHost/Source/FilterGraph.cpp index af1b97ec22..de33ad33a9 100644 --- a/extras/AudioPluginHost/Source/FilterGraph.cpp +++ b/extras/AudioPluginHost/Source/FilterGraph.cpp @@ -49,7 +49,7 @@ FilterGraph::FilterGraph (AudioPluginFormatManager& fm) FilterGraph::~FilterGraph() { - graph.addListener (this); + graph.removeListener (this); graph.removeChangeListener (this); graph.clear(); }