The source project of this merge request has been removed.
fix memory leak when the object is note deleted by manual
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