Add a suppression to deal with calling __libc_freeres().


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@513 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.1.supp b/glibc-2.1.supp
index 5521061..111293e 100644
--- a/glibc-2.1.supp
+++ b/glibc-2.1.supp
@@ -15,6 +15,17 @@
 #     (optionally: caller3 name)
 #  }
 
+#-------- Suppress errors appearing as a result of calling
+#-------- __libc_freeres()
+
+{
+   __libc_freeres/free_mem(Addr4)
+   Addr4
+   fun:free_mem
+   fun:__libc_freeres
+}
+
+
 ##----------------------------------------------------------------------##
 
 {