Hello.

I'm using libxml2-2.6.30 on Windows. I am seeing a memory leak in somewhere in
_xmlGlobalInitMutexLock() function.

When my application starts I call xmlInitParser(), and on shut down
xmlCleanupParser().

I'm not sure if am supposed to call anything else.

Anyway, here is the information:

WARNING: Visual Leak Detector detected memory leaks!
---------- Block 2 at 0x003C55A0: 24 bytes ----------
  Call Stack:
The thread 0x564 has exited with code 0 (0x0).
    0x004BBA91 (File and line number not available): __xmlGlobalInitMutexLock
    0x004862F6 (File and line number not available): xmlInitParser
.
.
.
  Data:
    10 81 18 00    FF FF FF FF    00 00 00 00    00 00 00 00
........ ........
    00 00 00 00    00 00 00 00
........ ........

Visual Leak Detector detected 1 memory leak.
Visual Leak Detector is now exiting.
Detected memory leaks!
Dumping objects ->
{91} normal block at 0x003C55A0, 24 bytes long.
 Data: <                > 10 81 18 00 FF FF FF FF 00 00 00 00 00 00 00 00
Object dump complete.
The thread 0x200 has exited with code 0 (0x0).
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to