diff --git a/src/ca/caConnTest.cpp b/src/ca/caConnTest.cpp index 2771fa83e..f698c8b61 100644 --- a/src/ca/caConnTest.cpp +++ b/src/ca/caConnTest.cpp @@ -97,5 +97,5 @@ void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn ) iteration++; } - delete [] pChans; + //delete [] pChans; }