Memory leak in BasicFrameListener ?

KyMy

25-10-2006 16:36:25

Hi

If i am using the BasicFrameListener in Newton i am getting this memory leak:

----------------------------------------------------------------------------------------------------------------------------------
| Memory leak report for: 10/25/2006 13:44:53 |
----------------------------------------------------------------------------------------------------------------------------------


2 memory leaks found:

Alloc. Addr Size Addr Size BreakOn BreakOn
Number Reported Reported Actual Actual Unused Method Dealloc Realloc Allocated by
------ ---------- ---------- ---------- ---------- ---------- -------- ------- ------- ---------------------------------------------------
039891 0x057B7388 0x00000170 0x057B7378 0x00000190 0x00000000 new N N ogrewin32platformdll.cpp(91) Ogre::createPlatformInputReader
039892 0x057B7558 0x00000014 0x057B7548 0x00000034 0x00000000 new N N ??(0) ??

If i deactivate this listener i don't get the leak.

KyMy

01-11-2006 11:43:37

Is there anybody with the same problem ?