Hello,

i'am using PLplot with wxWidgets.
I've tried to get some of the examples(wxPLplotdemo and x16) to run in my own 
wxWidgets Project and everything works great except for some detected memory 
leak messages from VisualStudioC++.
When I comment out "plotwindow->RenewPlot()" in the plot method of the 
wxPLplotdemo example, all of the memory leaks are gone. But if I resize the 
window which contains the plot, there are memory leaks again after closing this 
window(in both examples).

Here is a part of Debugoutput from VisualStudio after closing the (resized) 
Window:
Detected memory leaks!
Dumping objects ->
{50457} normal block at 0x01097990, 32 bytes long.
Data: <a   l   t   i   > 61 00 00 00 6C 00 00 00 74 00 00 00 69 00 00 00
{50387} normal block at 0x0109AE58, 32 bytes long.
Data: <d   i   s   t   > 64 00 00 00 69 00 00 00 73 00 00 00 74 00 00 00
{50317} normal block at 0x01098910, 52 bytes long.
Data: <B   o   g   o   > 42 00 00 00 6F 00 00 00 67 00 00 00 6F 00 00 00
{50242} normal block at 0x0109BDB8, 12 bytes long.
Data: <1   .   0   > 31 00 00 00 2E 00 00 00 30 00 00 00
{50172} normal block at 0x0109C998, 12 bytes long.
Data: <0   .   5   > 30 00 00 00 2E 00 00 00 35 00 00 00
{50102} normal block at 0x0109D4F8, 12 bytes long.
Data: <0   .   0   > 30 00 00 00 2E 00 00 00 30 00 00 00
{50032} normal block at 0x01099DF8, 16 bytes long.
Data: <-   0   .   5   > 2D 00 00 00 30 00 00 00 2E 00 00 00 35 00 00 00
{49962} normal block at 0x0109A4D8, 16 bytes long.
Data: <-   1   .   0   > 2D 00 00 00 31 00 00 00 2E 00 00 00 30 00 00 00
{49892} normal block at 0x01097330, 12 bytes long.
Data: <1   .   0   > 31 00 00 00 2E 00 00 00 30 00 00 00
{49822} normal block at 0x0109BAD8, 12 bytes long.
Data: <0   .   5   > 30 00 00 00 2E 00 00 00 35 00 00 00

When resizing the Window, I think there is a Problem with the axis labels!?
Do you know about some issue like that?

Thanks and Best Regards,
Daniel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to