Task #131527 - fixed.err

back to task #131527
download
Error: CPPCHECK_WARNING (CWE-628):
libcamera-v0.7.0/src/libcamera/base/object.cpp:117: warning[eraseIteratorOutOfBoundsCond]: Either the condition 'it!=parent_->children_.end()' is redundant or function 'erase()' is called on the iterator 'it' which is out of bounds.
#  115|   				    parent_->children_.end(), this);
#  116|   		ASSERT(it != parent_->children_.end());
#  117|-> 		parent_->children_.erase(it);
#  118|   	}
#  119|