Commit d6b8032f1903163ebe8c5096169561b78cdb1c39

Authored by Perry Werneck
1 parent c361f9c6
Exists in master and in 1 other branch develop

Adding valgrind exceptions for GTK, GLIB, GIO & cia.

Showing 1 changed file with 99 additions and 0 deletions   Show diff stats
valgrind.suppression
... ... @@ -0,0 +1,99 @@
  1 +{
  2 + libcrypt_FIPS_selftest
  3 + Memcheck:Cond
  4 + ...
  5 + fun:FIPS_selftest
  6 +}
  7 +
  8 +{
  9 + libcrypt_FIPS_mode_set
  10 + Memcheck:Cond
  11 + ...
  12 + fun:FIPS_mode_set
  13 +}
  14 +
  15 +{
  16 + libcrypt_BIO_new_mem_buf
  17 + Memcheck:Cond
  18 + ...
  19 + fun:BIO_new_mem_buf
  20 +}
  21 +
  22 +
  23 +{
  24 + g_type_register_fundamental
  25 + Memcheck:Leak
  26 + ...
  27 + fun:g_type_register_fundamental
  28 +}
  29 +
  30 +{
  31 + glib_dl_init
  32 + Memcheck:Leak
  33 + ...
  34 + fun:_dl_init
  35 +}
  36 +
  37 +{
  38 + pango_itemize_with_base_dir
  39 + Memcheck:Leak
  40 + ...
  41 + fun:pango_itemize_with_base_dir
  42 +}
  43 +
  44 +{
  45 + fontconfig_FcDefaultSubstitute
  46 + Memcheck:Leak
  47 + ...
  48 + fun:FcDefaultSubstitute
  49 +}
  50 +
  51 +{
  52 + fontconfig_FcConfigParseAndLoad
  53 + Memcheck:Leak
  54 + ...
  55 + fun:FcConfigParseAndLoad
  56 +}
  57 +
  58 +{
  59 + fontconfig_FcFontMatch
  60 + Memcheck:Leak
  61 + ...
  62 + fun:FcFontMatch
  63 +}
  64 +
  65 +{
  66 + g_type_register_static
  67 + Memcheck:Leak
  68 + ...
  69 + fun:g_type_register_static
  70 +}
  71 +
  72 +{
  73 + g_thread_pool_push
  74 + Memcheck:Leak
  75 + ...
  76 + fun:g_task_run_in_thread
  77 +}
  78 +
  79 +{
  80 + g_bus_get_sync
  81 + Memcheck:Leak
  82 + ...
  83 + fun:g_bus_get_sync
  84 +}
  85 +
  86 +{
  87 + g_type_add_interface_static
  88 + Memcheck:Leak
  89 + ...
  90 + fun:g_type_add_interface_static
  91 +}
  92 +
  93 +{
  94 + g_type_create_instance
  95 + Memcheck:Leak
  96 + ...
  97 + fun:g_type_create_instance
  98 +}
  99 +
... ...