+Arx/src/ai/PathFinderManager.cpp:137:37: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/ai/PathFinderManager.cpp:323:47: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:275:29: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:311:40: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:647:45: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:661:58: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:684:56: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:707:59: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/Animation.cpp:730:61: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/AnimationRender.cpp:1951:27: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/CinematicKeyframer.cpp:69:30: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/animation/CinematicKeyframer.cpp:271:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/animation/CinematicKeyframer.cpp:275:28: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/animation/CinematicKeyframer.cpp:356:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/animation/CinematicKeyframer.cpp:360:28: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/audio/AudioResource.h:137:15: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/audio/AudioResource.h:172:15: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/audio/codec/WAV.cpp:179:11: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/audio/codec/WAV.cpp:205:16: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/game/Equipment.cpp:1395:47: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/game/NPC.cpp:260:50: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/game/NPC.cpp:1459:27: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/game/NPC.cpp:1602:33: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/game/Player.cpp:1545:51: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/game/Spells.cpp:565:8: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/game/Spells.cpp:616:26: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/game/Spells.cpp:658:34: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/game/Spells.cpp:752:23: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/game/Spells.cpp:5240:22: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/Draw.cpp:461:31: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/CinematicTexture.cpp:93:29: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/CinematicTexture.cpp:94:24: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/CinematicTexture.cpp:95:26: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/CinematicTexture.cpp:204:27: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/CinematicTexture.cpp:226:25: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:1579:23: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:1727:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:1748:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:1791:29: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2028:44: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2619:33: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2716:28: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2731:39: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2750:28: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2765:34: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2767:38: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2770:39: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2821:28: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2829:30: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2848:36: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2929:21: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2936:36: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:2941:17: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3090:40: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3106:34: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3119:39: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3150:39: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3210:31: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3214:31: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3827:40: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3875:40: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Mesh.cpp:3898:51: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/MeshManipulation.cpp:98:35: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/MeshManipulation.cpp:425:34: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/MeshManipulation.cpp:431:34: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Progressive.cpp:68:36: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Progressive.cpp:78:35: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Progressive.cpp:90:35: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Progressive.cpp:100:34: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/data/Progressive.cpp:122:35: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/Image.cpp:942:46: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/Image.cpp:974:46: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/stb_image_write.cpp:142:14: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/stb_image_write.cpp:354:29: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/stb_image_write.cpp:355:34: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/image/stb_image_write.cpp:402:28: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/spells/Spells05.cpp:1199:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/spells/Spells05.cpp:1200:26: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/graphics/spells/Spells05.cpp:1201:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/gui/Interface.cpp:619:41: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/io/Blast.cpp:480:27: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/io/SaveBlock.cpp:185:22: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/io/SaveBlock.cpp:223:33: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/io/fs/FilesystemPOSIX.cpp:297:9: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/io/resource/PakEntry.cpp:39:25: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/physics/Anchors.cpp:778:25: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/physics/Anchors.cpp:783:31: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/physics/Anchors.cpp:897:25: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/physics/Anchors.cpp:902:31: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/physics/Anchors.cpp:925:39: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/physics/Box.cpp:652:14: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/physics/Box.cpp:657:22: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/physics/CollisionShapes.cpp:258:7: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:1923:31: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2034:55: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2234:55: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2260:49: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2296:39: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2344:39: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/ChangeLevel.cpp:2575:24: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/GameSound.cpp:1138:25: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/GameSound.cpp:1140:26: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/GameSound.cpp:1207:10: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:513:29: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:979:28: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:1446:48: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:1454:41: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:1456:39: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:1827:31: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:1924:31: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Interactive.cpp:2298:33: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Light.cpp:256:31: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Light.cpp:290:32: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/LinkedObject.cpp:87:32: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/LinkedObject.cpp:119:32: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/LoadLevel.cpp:801:44: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/LoadLevel.cpp:946:27: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/LoadLevel.cpp:973:53: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/LoadLevel.cpp:1093:42: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Object.cpp:246:19: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Object.cpp:253:19: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/scene/Object.cpp:1382:30: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/Scene.cpp:856:32: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/Scene.cpp:1105:26: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/scene/Scene.cpp:1866:41: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/script/Script.cpp:1156:36: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/script/Script.cpp:1164:40: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/script/Script.cpp:1175:25: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc] +Arx/src/script/ScriptedAnimation.cpp:483:41: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/script/ScriptedInventory.cpp:138:38: warning: do not manage memory manually; consider a container or a smart pointer [cppcoreguidelines-no-malloc] +Arx/src/script/ScriptedVariable.cpp:309:23: warning: do not manage memory manually; consider std::vector or std::string [cppcoreguidelines-no-malloc]