Part: Fix several coverity issues:
* CID 350581: Structurally dead code * CID 350620: Structurally dead code * CID 350563: Big parameter passed by value * CID 350552: Uncaught exception * CID 305193: Uncaught exception * CID 350556: Uninitialized scalar field * CID 350579: Uninitialized pointer read
This commit is contained in:
@@ -247,7 +247,7 @@ void SectionCut::startCutting(bool isInitial)
|
||||
// refresh documents list
|
||||
onRefreshCutPBclicked();
|
||||
|
||||
App::DocumentObject* anObject;
|
||||
App::DocumentObject* anObject = nullptr;
|
||||
std::vector<App::DocumentObjectT>::iterator it;
|
||||
|
||||
// lambda function to delete objects
|
||||
|
||||
Reference in New Issue
Block a user