remove destroy except PVRecord, which has new semantics
This commit is contained in:
@@ -51,7 +51,7 @@ PVRecord::~PVRecord()
|
||||
if(traceLevel>0) {
|
||||
cout << "~PVRecord() " << recordName << endl;
|
||||
}
|
||||
destroy();
|
||||
// destroy();
|
||||
}
|
||||
|
||||
void PVRecord::initPVRecord()
|
||||
|
||||
Reference in New Issue
Block a user