diff --git a/mixer/src/Group.C b/mixer/src/Group.C index 40e3cee..041717e 100644 --- a/mixer/src/Group.C +++ b/mixer/src/Group.C @@ -56,6 +56,8 @@ Group::~Group ( ) { DMESSAGE( "Destroying group" ); + mixer->remove_group(this); + for ( std::list::iterator i = strips.begin(); i != strips.end(); i++ )