summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc/valgrind-suppress.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove undeed Berkely DB supressionMatthew Cline2009-11-251-15/+0
| | | | The uninitialized memory problem seems to have been fixed.
* Quiet save-and-quit Valgrind leak warningsMatthew Cline2009-11-251-36/+0
| | | | | | | Split save_game() code which allocates std::string's on the stack out into seperate functions, so they'll go out of scope and be free'd before end() is called, thus getting rid of the spurious complaints Valgrind gives.
* Supress SDL/Nvidia-GL cond memory errorMatthew Cline2009-11-201-0/+10
|
* * Changed libstdc++ stack depth for the get_savedir_filename() leakMatthew Cline2009-10-121-1/+13
| | | | | | suppression to match the latest C++ library. * Added suppression for occasional escape_path_spaces() save leak.
* Added a convenience script for invoking Valgrind to find memory errors/bugs,zelgadis2008-11-211-0/+53
and a Valgrind suppressions file to suppress things that either aren't really memory bugs or are bugs in third party libraries which we can't fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7526 c06c8d41-db1a-0410-9941-cceddc491573