彻底修复多次打开文件管理窗口崩溃的缺陷
1、在主对话框清理子窗口的资源(原先在各自的OnClose函数),通过CLOSE_DELETE_DLG控制。 2、修正CFileManagerDlg的构造函数调用SHGetFileInfo和FromHandle方法,解决多次打开崩溃。 3、更新服务端zlib版本为V1.2.11。(与客户端不同,因inflate_fast 崩溃,没有采用汇编)
This commit is contained in:
4
client/remote.ini
Normal file
4
client/remote.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
# used by TestRun
|
||||
[remote]
|
||||
ip=192.168.104.250
|
||||
port=6895
|
||||
Reference in New Issue
Block a user