hwloc.suppr 493 B

12345678910111213141516171819202122232425262728
  1. {
  2. zlib doesn't cleanup
  3. Memcheck:Cond
  4. fun:inflateReset2
  5. fun:inflateInit2_
  6. }
  7. {
  8. hwloc cannot free the global parser (xmlCleanupParser) because other threads may be using it
  9. Memcheck:Leak
  10. ...
  11. fun:xmlInitParser
  12. }
  13. {
  14. hwloc cannot free the global xml dict RMutex because it cannot call xmlCleanupParser
  15. Memcheck:Leak
  16. fun:malloc
  17. fun:xmlNewRMutex
  18. ...
  19. fun:xmlDictCreate
  20. }
  21. {
  22. libtool leaves memory behind
  23. Memcheck:Leak
  24. ...
  25. fun:hwloc_components_init
  26. }