|
From: Olof S. <sve...@es...> - 2002-11-27 12:16:38
|
Hi Joachim,
Joachim Wuttke wrote:
>
> 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
> {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 ......
Oh dear. Which version are you using, the latest release 5.1.0 or the
latest CVS version? I have made some changes since the last release so
if you're not doing so already make a try with the latest CVS version.
I must admit that I have never tried the MSVC++ 6.0 debugger. Could you
please send me the instructions on how to make the debugger detect the
memory leak?
Regards,
Olof Svensson
ESRF
|