cwFlowNet.h : Fixed memory leak.

This commit is contained in:
kevin 2024-06-10 16:37:27 -04:00
parent e178cb5f70
commit bdda5e82fb

View File

@ -1726,6 +1726,8 @@ namespace cw
goto errLabel;
}
}
mem::release(r.label);
}