mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:35:23 +00:00
UI: AppInfoManager: Fix PVS-Studio warning.
V773 The 'm_sqliteDb' pointer was not released in destructor. A memory leak is possible. appinfomanager.cpp 72
This commit is contained in:
parent
f2d0b96092
commit
80ca97d41b
@ -68,7 +68,7 @@ AppInfoManager::AppInfoManager(const QString &filePath, QObject *parent, quint32
|
||||
|
||||
AppInfoManager::~AppInfoManager()
|
||||
{
|
||||
delete sqliteDb();
|
||||
delete m_sqliteDb;
|
||||
}
|
||||
|
||||
void AppInfoManager::setUp()
|
||||
|
Loading…
Reference in New Issue
Block a user