skip cleanup at exit
This commit is contained in:
@@ -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<ecmcDAQDataArray*>::iterator pDAQArray = arrays.begin(); pDAQArray != arrays.end(); ++pDAQArray) {
|
||||
if(*pDAQArray) {
|
||||
delete (*pDAQArray);
|
||||
|
||||
Reference in New Issue
Block a user