destructor
Definition at line 86 of file aiconfigfractals.cpp.
00087 { 00088 if( m_fractalsList != NULL ) 00089 { 00090 delete m_fractalsList; 00091 } 00092 }