From e8aff0c58837c901b60eb7009a3a5afe3f0ec471 Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Sat, 15 Mar 2014 10:23:08 +0100
Subject: [PATCH] valgrind.supp: added another test 165 suppression

This one seems to come and go as the optimizer decides how best
to inline some functions.
---
 tests/valgrind.supp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index 472681dcd..8c81327e1 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -71,3 +71,19 @@
    fun:operate
    fun:main
 }
+
+{
+   libidn-idna_to_ascii-error-inlined-functions-alt2
+   Memcheck:Addr4
+   fun:idna_to_ascii_4z
+   fun:idna_to_ascii_8z
+   fun:idna_to_ascii_lz
+   fun:fix_hostname
+   fun:Curl_connect
+   fun:multi_runsingle
+   fun:curl_multi_perform
+   fun:easy_perform
+   fun:operate_do
+   fun:operate
+   fun:main
+}