]> Creatis software - clitk.git/blobdiff - tests/vv/vvMainTest.cxx
removing warnings: unused variable, tmpnam
[clitk.git] / tests / vv / vvMainTest.cxx
index 0efcdef8806996780216b40b442da698fb088c3c..90d122a526bf0ffc1151480e62e26c18edc4d32b 100644 (file)
@@ -4,5 +4,8 @@
 int main(int argc, char** argv){
   QApplication* q=new QApplication ( argc, argv );
   ::testing::InitGoogleTest(&argc, argv);
-  return RUN_ALL_TESTS();
+  
+  int a=RUN_ALL_TESTS();
+  delete q;
+  return a;
 }