Laurent Veilleux wrote:
> ..\..\..\..\wxArt2dSOURCE\modules\canvas\src\canobj.cpp(1343) : {26658}
> normal block at 0x01E4A528, 24 bytes long.
>
> it s about canvas object property it seems but i have always memory
> leaks even when my vanvas are empty :/
The same is this one above?
Does it become more or less with the nunber of items in the objects?
If you do not touch tools etc., and directly exit, is it less or more.
In principle search.
Search for "crt" through the whole code, like:
C:\DATA\ART2D\WXART2D\samples\editor\samples\editmdi\editmdi.cpp(240):
//_CrtSetBreakAlloc(1744);
The number 1744 is from the output window of VC, and makes you code stop at the
point when the memoery was asked for.
Which often is a way (stack dump) to find how to get rid of it also.
But maybe it is easier to start simple.
Klaas
--
Unclassified
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wxart2d-users_dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev