疑问:Duilib作为一个dll,在OnFinalMessage 里面delete this,不是会发生不同模块(exe与dll)new 与 delete了,为啥没崩溃 #328
Xuhuajie-2021
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
void WindowImplBase::OnFinalMessage( HWND hWnd )
{ __super::OnFinalMessage(hWnd);
ReapObjects(GetRoot());
delete this;
}
Beta Was this translation helpful? Give feedback.
All reactions