mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed listener bug in AudioPluginHost
This commit is contained in:
parent
8a467e7dc3
commit
c610745ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ FilterGraph::FilterGraph (AudioPluginFormatManager& fm)
|
|||
|
||||
FilterGraph::~FilterGraph()
|
||||
{
|
||||
graph.addListener (this);
|
||||
graph.removeListener (this);
|
||||
graph.removeChangeListener (this);
|
||||
graph.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue