PD: Fix coverity issue:
* CID 350645: Uncaught exception
This commit is contained in:
@@ -356,7 +356,12 @@ SubShapeBinder::SubShapeBinder()
|
||||
}
|
||||
|
||||
SubShapeBinder::~SubShapeBinder() {
|
||||
clearCopiedObjects();
|
||||
try {
|
||||
clearCopiedObjects();
|
||||
}
|
||||
catch (const Base::ValueError& e) {
|
||||
e.ReportException();
|
||||
}
|
||||
}
|
||||
|
||||
void SubShapeBinder::setupObject() {
|
||||
|
||||
Reference in New Issue
Block a user