+Arx/src/animation/Animation.cpp:275:29: warning: 'ah->anims' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/Animation.cpp:647:45: warning: 'pTex->pVertexListCull' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/Animation.cpp:661:58: warning: 'pTex->pVertexListCull_TNormalTrans' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/Animation.cpp:684:56: warning: 'pTex->pVertexListCull_TAdditive' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/Animation.cpp:707:59: warning: 'pTex->pVertexListCull_TSubstractive' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/Animation.cpp:730:61: warning: 'pTex->pVertexListCull_TMultiplicative' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/AnimationRender.cpp:1951:27: warning: 'grps' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/CinematicKeyframer.cpp:275:28: warning: 'CKTrack->key' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/animation/CinematicKeyframer.cpp:360:28: warning: 'CKTrack->key' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/game/Spells.cpp:616:26: warning: 'io->spells_on' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/game/Spells.cpp:658:34: warning: 'io->symboldraw' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/Draw.cpp:461:31: warning: 'tc->delayed' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/CinematicTexture.cpp:204:27: warning: 'grille->inds' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/CinematicTexture.cpp:226:25: warning: 'grille->uvs' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:1579:23: warning: 'ad->linked' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:1791:29: warning: 'eg->polyin' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:3119:39: warning: 'portals->portals' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:3150:39: warning: 'portals->room' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:3214:31: warning: 'eg->polydata' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/graphics/data/Mesh.cpp:3898:51: warning: 'room->ppTextureContainer' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/gui/Interface.cpp:619:41: warning: 'aiHalo' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/physics/Anchors.cpp:778:25: warning: 'eg->ianchors' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/physics/Anchors.cpp:783:31: warning: 'eb->anchors' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/physics/Anchors.cpp:897:25: warning: 'eg->ianchors' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/physics/Anchors.cpp:902:31: warning: 'eb->anchors' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/physics/CollisionShapes.cpp:258:7: warning: 'obj->pdata' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/GameSound.cpp:1138:25: warning: 'elems' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/GameSound.cpp:1140:26: warning: 'numbers' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/Interactive.cpp:513:29: warning: 'treatio' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/LinkedObject.cpp:87:32: warning: 'obj->linked' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/LinkedObject.cpp:119:32: warning: 'obj->linked' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/Object.cpp:1382:30: warning: 'bone->idxvertices' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/Scene.cpp:856:32: warning: 'RoomDraw' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/scene/Scene.cpp:1105:26: warning: 'RoomDrawList' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage] +Arx/src/script/ScriptedVariable.cpp:309:23: warning: 'svf' may be set to null if 'realloc' fails, which may result in a leak of the original buffer [bugprone-suspicious-realloc-usage]