scummvm/engines
Julien 2f200ac493 ANALYSIS: Fix potential memory leak when using realloc
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
2011-06-23 15:11:36 +08:00
..
agi ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
agos AGOS: Fix operator precedence warning 2011-06-23 15:11:36 +08:00
cine ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
cruise ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
draci DRACI: Replace abort() call by error() 2011-06-23 15:11:36 +08:00
drascula ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
dreamweb DREAMWEB: frameoutv becomes a native function 2011-06-22 23:11:44 +02:00
gob ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
groovie ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
hugo ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
kyra ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
lastexpress LASTEXPRESS: Fix leak and corruption of event handlers function pointers 2011-06-22 19:31:34 -04:00
lure ANALYSIS: Fix potential memory leak when using realloc 2011-06-23 15:11:36 +08:00
m4 ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
made ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
mohawk ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
parallaction ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
queen QUEEN: Replace snprintf() instance with Common::String::format() 2011-06-02 19:35:28 +01:00
saga SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure") 2011-06-23 00:28:44 +01:00
sci SCI: Mark sq6 as a CD game 2011-06-22 11:50:14 +02:00
scumm COMMON: Move HerculesDimensions enum to SCUMM. 2011-06-21 16:59:50 +02:00
sky I18N: Make many more GUI MessageDialog strings translatable 2011-06-13 22:19:18 +01:00
sword1 ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sword2 ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sword25 ANALYSIS: Fix potential memory leak when using realloc 2011-06-23 15:11:36 +08:00
teenagent ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
testbed ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
tinsel TINSEL: Don't leak running processes in Scheduler::reset(). 2011-06-20 17:42:00 +02:00
toon ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
touche ANALYSIS: Fix potential memory leak when using realloc 2011-06-23 15:11:36 +08:00
tsage TSAGE: Fix bug in sound fading in scene 20. 2011-06-22 23:09:36 +02:00
tucker DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect() 2011-06-14 18:52:11 +02:00
advancedDetector.cpp ENGINES: Warn user about games marked with ADGF_UNSTABLE flags 2011-06-16 13:37:13 -05:00
advancedDetector.h ENGINES: Warn user about games marked with ADGF_UNSTABLE flags 2011-06-16 13:37:13 -05:00
dialogs.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
dialogs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
engine.cpp I18N: Make the unsupported game warning translatable 2011-06-20 23:12:26 +01:00
engine.h ENGINES: Warn user about games marked with ADGF_UNSTABLE flags 2011-06-16 13:37:13 -05:00
engines.mk DREAMWEB: added autogenerated source 2011-06-15 17:29:05 +02:00
game.cpp Merge pull request #30 from tsoliman/configure-enhancement-warning-clean 2011-06-17 10:19:57 -07:00
game.h Merge pull request #30 from tsoliman/configure-enhancement-warning-clean 2011-06-17 10:19:57 -07:00
metaengine.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.cpp DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.h DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
savestate.cpp ENGINES: Get rid of some s(n)printf calls 2011-06-02 18:31:58 +02:00
savestate.h ENGINES: Get rid of some s(n)printf calls 2011-06-02 18:31:58 +02:00
util.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00