Skip to content

Commit 2ef4b84

Browse files
committed
tests: minor tweaks in valgrind.suppress.
1 parent 4b1a3fe commit 2ef4b84

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

valgrind.suppress

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ fun:ngx_http_lua_handle_subreq_responses
9999
Memcheck:Leak
100100
fun:malloc
101101
fun:ngx_alloc
102-
fun:(below main)
103102
}
104103
{
105104
<insert_a_suppression_name_here>
@@ -175,34 +174,6 @@ fun:ngx_http_lua_handle_subreq_responses
175174
fun:ngx_epoll_process_events
176175
fun:ngx_process_events_and_timers
177176
}
178-
{
179-
<insert_a_suppression_name_here>
180-
Memcheck:Leak
181-
fun:malloc
182-
fun:nss_parse_service_list
183-
fun:__nss_database_lookup
184-
obj:*
185-
obj:*
186-
fun:getgrnam_r@@GLIBC_2.2.5
187-
fun:getgrnam
188-
fun:ngx_core_module_init_conf
189-
fun:ngx_init_cycle
190-
fun:main
191-
}
192-
{
193-
<insert_a_suppression_name_here>
194-
Memcheck:Leak
195-
fun:malloc
196-
fun:nss_parse_service_list
197-
fun:__nss_database_lookup
198-
obj:*
199-
obj:*
200-
fun:getpwnam_r@@GLIBC_2.2.5
201-
fun:getpwnam
202-
fun:ngx_core_module_init_conf
203-
fun:ngx_init_cycle
204-
fun:main
205-
}
206177
{
207178
<insert_a_suppression_name_here>
208179
Memcheck:Leak

0 commit comments

Comments
 (0)