Skip to content
Snippets Groups Projects

Resolve "Robust remove() API"

2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -315,6 +315,7 @@ void CaptureBase::move(FrameBasePtr _frm_ptr)
void CaptureBase::link(FrameBasePtr _frm_ptr)
{
assert(!is_removing_ && "linking a removed capture");
assert(this->getFrame() == nullptr && "linking a capture already linked");
if(_frm_ptr)
Loading