valgrind.suppressions: suppress g_data_initialize()
This function initializes global variables.
This commit is contained in:
parent
a1f922b040
commit
12dd6ea8bb
@ -185,6 +185,14 @@
|
|||||||
fun:ENGINE_load_dynamic
|
fun:ENGINE_load_dynamic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:g_data_initialize
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
openssl
|
openssl
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
Reference in New Issue
Block a user