hwloc.suppr 403 B

123456789101112131415161718192021
  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. }