From 763bb56f6a247c444123ed3dc5acdfeca1ab2852 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 25 Nov 2009 04:46:35 -0800 Subject: Remove undeed Berkely DB supression The uninitialized memory problem seems to have been fixed. --- crawl-ref/source/misc/valgrind-suppress.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'crawl-ref/source/misc') diff --git a/crawl-ref/source/misc/valgrind-suppress.txt b/crawl-ref/source/misc/valgrind-suppress.txt index 6856eb4ae6..3e31d530f5 100644 --- a/crawl-ref/source/misc/valgrind-suppress.txt +++ b/crawl-ref/source/misc/valgrind-suppress.txt @@ -13,21 +13,6 @@ fun:*end* } -# The Berkeley DB code sometimes writes the contents of an unitialized buffer -# when the save/db/ and save/des/ files are being generated. -{ - berkeley_db_write - Memcheck:Param - pwrite64(buf) - fun:pwrite64 - fun:__os_io - fun:__memp_pgwrite - fun:__memp_bhwrite - fun:__memp_sync_int - fun:__memp_fsync - fun:__db_sync -} - # An SDL "conditional jump or move" error, with the unitialized value # being supplied by Nvidia's OpenGL library. { -- cgit v1.2.3-54-g00ecf