Skip to content

Commit 6db0d58

Browse files
committed
updated .gitignore.
1 parent 01829d9 commit 6db0d58

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

valgrind.suppress

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_palloc_large
7+
fun:ngx_palloc
8+
}
9+
{
10+
<insert_a_suppression_name_here>
11+
Memcheck:Addr4
12+
fun:lj_str_new
13+
fun:lua_setfield
14+
fun:ngx_http_lua_cache_store_code
15+
}
116
{
217
<insert_a_suppression_name_here>
318
Memcheck:Leak

0 commit comments

Comments
 (0)