tishion / QCefView

Moved to CefView/QCefView
https://cefview.github.io/QCefView/
GNU Lesser General Public License v3.0
315 stars 115 forks source link

窗口点击关闭后进程并未退出 #71

Closed oopses closed 3 years ago

oopses commented 4 years ago

Qt 5.9.6(msvc 32)+vs2015+76.1.13+gf19c584+chromium-76.0.3809.132_windows32+win7 编译成功后运行QcefViewText.exe,然后点击窗口关闭,打开任务管理器 QcefViewText.exe QCefWing.exe两个进程仍然还在运行中

happysi commented 3 years ago

参考下cef3的标准释放流程:(切记cefview不能直接释放) CefLifeSpanHandler类中 virtual bool DoClose(CefRefPtr browser) { return false; }

tishion commented 3 years ago

fixed in this commit: 6f5715e2dc3dbe2ee94e6c00c93dfd202544fd2c