diff options
Diffstat (limited to 'muse2/synti/fluidsynth')
-rw-r--r-- | muse2/synti/fluidsynth/fluidsynthgui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/synti/fluidsynth/fluidsynthgui.cpp b/muse2/synti/fluidsynth/fluidsynthgui.cpp index 18d5df59..343391f8 100644 --- a/muse2/synti/fluidsynth/fluidsynthgui.cpp +++ b/muse2/synti/fluidsynth/fluidsynthgui.cpp @@ -554,6 +554,7 @@ void FluidSynthGui::channelItemClicked(QTableWidgetItem* item) item->setText(index == 0 ? "No" : "Yes" ); } } + delete popup; } } |