[Scummvm-git-logs] scummvm master -> 0ac7b49411b3c17b8be6799aaaaa82269edbd8fa
Helco
noreply at scummvm.org
Thu Sep 18 13:29:43 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0ac7b49411 ALCACHOFA: Ignore false-positive memory leak. PVS-Studio V773
Commit: 0ac7b49411b3c17b8be6799aaaaa82269edbd8fa
https://github.com/scummvm/scummvm/commit/0ac7b49411b3c17b8be6799aaaaa82269edbd8fa
Author: Helco (hermann.noll at hotmail.com)
Date: 2025-09-18T15:29:32+02:00
Commit Message:
ALCACHOFA: Ignore false-positive memory leak. PVS-Studio V773
Changed paths:
engines/alcachofa/alcachofa.cpp
diff --git a/engines/alcachofa/alcachofa.cpp b/engines/alcachofa/alcachofa.cpp
index b1662a37441..027dfcd446e 100644
--- a/engines/alcachofa/alcachofa.cpp
+++ b/engines/alcachofa/alcachofa.cpp
@@ -62,7 +62,7 @@ AlcachofaEngine::AlcachofaEngine(OSystem *syst, const ADGameDescription *gameDes
AlcachofaEngine::~AlcachofaEngine() {
// do not delete, this is done by `Engine::~Engine` with `delete _debugger;`
- _console = nullptr;
+ _console = nullptr; //-V773
}
uint32 AlcachofaEngine::getFeatures() const {
More information about the Scummvm-git-logs
mailing list