https://issues.apache.org/ooo/show_bug.cgi?id=120079
--- Comment #1 from ChaoHuang <[email protected]> --- In function framework::Frame::initialize, an unname WindowCommandDispatch object is created on heap. But it will not be released in destructor. So it is a memory leak. The solution is to record the unname object with member data in class framework::Frame and free it in destructor. -- You are receiving this mail because: You are the assignee for the bug.
