From: Joachim W. <wu...@cr...> - 2002-11-27 12:06:38
|
On running the minimal application main (..) { plottest(); } void plottest () { plsdev("win3"); plinit(); plend(); } under Visual C++ 6.0, the debugger detects memory leaks. The message looks like: Detected memory leaks! Dumping objects -> {50} normal block at 0x002F2908, 48 bytes long. Data: < hC hC * > B0 68 43 00 A8 68 43 00 FF FF FF FF 2A 00 00 = 00=20 {49} normal block at 0x002F2890, 48 bytes long. Data: <`iC xiC > 60 69 43 00 78 69 43 00 00 00 00 00 1E 00 00 = 00 ...... - Joachim |