mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
2f200ac493
When reallocation is unsuccessful, the passed buffer is not freed. In this case, assigning the result (NULL) will result in a leak of the original memory buffer. See http://msdn.microsoft.com/en-us/library/kkedhy7c.aspx |
||
---|---|---|
.. | ||
console.cpp | ||
console.h | ||
detection.cpp | ||
graphics.cpp | ||
graphics.h | ||
menu.cpp | ||
midi.cpp | ||
midi.h | ||
module.mk | ||
opcodes.cpp | ||
resource.cpp | ||
saveload.cpp | ||
staticres.cpp | ||
touche.cpp | ||
touche.h |