PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
130 stars 102 forks source link

unreachable code #1138

Closed maddin200 closed 7 months ago

maddin200 commented 7 months ago

src/Utilities/MicronTrackerInterface/MicronTrackerInterface.cpp line 792 Code: // Right this->UnidentifiedMarkersEndPoints.push_back(unidentifiedEndPointsTemp); delete v; } return ; delete unidentifiedVectorsColl; // <-- unreachable }