Ignore:
Timestamp:
06/08/06 01:48:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r1004 r1005  
    161161 
    162162  if (app) 
     163  { 
    163164         returnCode = app->exec(); 
     165        DEL_PTR(app); 
     166        } 
    164167 
    165168  //-- clean up 
    166169  DEL_PTR(p); 
    167170  Environment::DelSingleton(); 
     171  DEL_PTR(rendererWidget); 
    168172 
    169173  MeshManager::DelSingleton(); 
Note: See TracChangeset for help on using the changeset viewer.