add release pipeline

This commit is contained in:
2023-05-18 01:39:03 +03:00
parent 09a3c32d0c
commit 338828da88
14 changed files with 61 additions and 378 deletions

View File

@ -59,8 +59,8 @@ DPAdds::~DPAdds()
{
qCDebug(LOG_DP) << __PRETTY_FUNCTION__;
delete m_vdi;
delete m_taskModel;
m_vdi->deleteLater();
m_taskModel->deleteLater();
}