Closed mhduiy closed 6 months ago
关键摘要:
DeepinAuthFramework::initEncryptionService
函数中,使用了new
关键字分配内存,但未看到相应的delete
或~QLibrary
析构函数来释放内存,可能会导致内存泄漏。m_encryptionHandle
从void *
更改为QPointer<QLibrary>
,但未对原类型进行适配,可能会导致编译错误或运行时错误。是否建议立即修改:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: kegechen, mhduiy
The full list of commands accepted by this bot can be found here.
/merge
Reason: The SSL library name is incorrect and cannot be loaded use QLibrary load ssl library
Issue: https://github.com/linuxdeepin/developer-center/issues/8681