From 9cb7308bf1c47ef051659fd7499ee9cb84c81cef Mon Sep 17 00:00:00 2001
From: Konstantin Shulgin <konstantin.shulgin@gmail.com>
Date: Thu, 16 Feb 2012 17:16:55 +0400
Subject: [PATCH] ev loop destroy suppressions was updated

---
 test/share/tarantool_box.sup | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/test/share/tarantool_box.sup b/test/share/tarantool_box.sup
index b7fbfebafa..00ea91acdf 100644
--- a/test/share/tarantool_box.sup
+++ b/test/share/tarantool_box.sup
@@ -43,27 +43,9 @@
 }
 
 {
-   <0 byte free>
+   <ev loop destroy>
    Memcheck:Leak
-   fun:malloc
-   fun:realloc
-   fun:ev_realloc_emul
-   fun:ev_realloc
-   fun:epoll_destroy
-   fun:ev_loop_destroy
-   fun:ev_default_destroy
-   fun:tarantool_free
    ...
-}
-
-{
-   <0 byte free>
-   Memcheck:Leak
-   fun:malloc
-   fun:realloc
-   fun:ev_realloc_emul
-   fun:ev_realloc
-   fun:ev_loop_destroy
    fun:ev_default_destroy
    fun:tarantool_free
    ...
-- 
GitLab