aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/memory.cpp
AgeCommit message (Collapse)Author
2011-06-23ANALYSIS: Fix potential memory leak when using reallocJulien
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-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2008-03-19Removed some unportable and unused code ;-)Max Horn
svn-id: r31193
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-08-27Made the Memory::dealloc take a void * to make it easier to free any memory ↵Paul Gilbert
block type svn-id: r23784
2006-02-19Changed the changed memset method to setBytes, which I like betterPaul Gilbert
svn-id: r20756
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582