From 80b8559f03cc2e92072213e8cf9984b885046ba2 Mon Sep 17 00:00:00 2001 From: mzn Date: Tue, 25 Oct 2005 11:00:17 +0000 Subject: [PATCH] Fix a compilation problem. --- src/AddComponent/AddComponent_CheckOfUndefined.cxx | 2 +- src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AddComponent/AddComponent_CheckOfUndefined.cxx b/src/AddComponent/AddComponent_CheckOfUndefined.cxx index 440fc63..791b076 100644 --- a/src/AddComponent/AddComponent_CheckOfUndefined.cxx +++ b/src/AddComponent/AddComponent_CheckOfUndefined.cxx @@ -153,7 +153,7 @@ int main(int argc, char* argv[]) #endif END_OF(argv[0]); - delete myThreadTrace; + // delete myThreadTrace; return 0 ; } diff --git a/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx b/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx index 440fc63..3926c30 100644 --- a/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx +++ b/src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx @@ -153,7 +153,7 @@ int main(int argc, char* argv[]) #endif END_OF(argv[0]); - delete myThreadTrace; + // delete myThreadTrace; return 0 ; } -- 2.39.2