Update memcheck.supp

add reference for the suppression stuff
[skip ci]
This commit is contained in:
Soonho Kong 2013-09-10 15:47:47 -07:00
parent 3505ed8adb
commit 6569406fb9

View file

@ -1,4 +1,5 @@
# Suppress warnings produced by Valgrind.
# http://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto
{
# This warning is due to a memory-leak bug in the g++ compiler.
# Soonho reported the problem. Gcc team said this a known problem, and will be fixed