Skip to content

fix memory leak when the object is note deleted by manual

Chaojiang Luo requested to merge (removed):uos/dev_02 into master

In fact, this is an QObject, it always released when the parent object is deleted, if QObject is not inited, it can note be release in Qt way, and the destory signal also can not be emitted

Signed-off-by: Chaojiang Luo luochaojiang@uniontech.com

Merge request reports