- 
    
Bug
 - 
    Resolution: Cannot Reproduce
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    4.7.1, 4.7.2
 - 
    None
 - 
    tested only on Ubuntu 10.10 and 11.04, 32bits or 64bits
 
The project attached cause SIGSEGV segmentation fault:
This occurs because:
1- the parent of Phonon::AudioOutput instance is the application;
2- I didn't call manually the delete of this class;
3- and the destructor, of the application, calls Phonon::shutdown() before calls the destructor of her children.