summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-25 04:46:35 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-25 04:46:35 -0800
commit763bb56f6a247c444123ed3dc5acdfeca1ab2852 (patch)
tree22c8e6b6adb1dbe46f6a78af1856ffb5767d152d /crawl-ref/source/misc
parentf86dbda480d70a0b34e4ec238a5917a206b4e402 (diff)
downloadcrawl-ref-763bb56f6a247c444123ed3dc5acdfeca1ab2852.tar.gz
crawl-ref-763bb56f6a247c444123ed3dc5acdfeca1ab2852.zip
Remove undeed Berkely DB supression
The uninitialized memory problem seems to have been fixed.
Diffstat (limited to 'crawl-ref/source/misc')
-rw-r--r--crawl-ref/source/misc/valgrind-suppress.txt15
1 files changed, 0 insertions, 15 deletions
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.
{