diff --git a/src/ecmcDAQWrap.cpp b/src/ecmcDAQWrap.cpp index 9c2eea2..8d9b12d 100644 --- a/src/ecmcDAQWrap.cpp +++ b/src/ecmcDAQWrap.cpp @@ -104,6 +104,9 @@ int createDAQItem(const char* name, int type) { } void deleteAllDAQs() { + + return; // The delete process results in seg fault.. need to investigate.. + for(std::vector::iterator pDAQArray = arrays.begin(); pDAQArray != arrays.end(); ++pDAQArray) { if(*pDAQArray) { delete (*pDAQArray);