Storm Engine
https://hownot2code.com/2021/07/01/storm-engine
new[] – delete Error PVS-Studio warns: V611 The memory was allocated using ‘new T[]’ operator but was released using the ‘delete’ operator. Consider inspecting this code. It’s probably better to use ‘delete [] pVSea;’. Check lines: 169, 191. SEA.cpp 169 However, if the error does not show up at runtime – it does not mean there isn’t … Continue reading Storm Engine
#C/C++_bugs_of_the_month #bugs #C++ #C++bugs #cpp #cppbugs #gamedev #opensource #programming #static_code_analysis
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G