Memory Leakage

Login to reply to this topic.
Mon, 2005-02-21 03:34
Joined: 2004-08-25
Forum posts: 32
Hi all,

I am writing a video streaming program. But there is a memory leakage in my program. I have no clue where will be the leakage. Does anyone know what might cause memory leakage in symbian?

The procedure of my program is like this:
Open RSocket-> Read Data from RSocket -> Convert to RGB frame -> Display bitmap.

Thanks,
Vincent

Mon, 2005-02-21 07:42
Joined: 2005-02-21
Forum posts: 2
Memory Leakage
Have you closed all your handles? like RSocket etc.

Take a look to this pdf:
http://www.symbian.com/developer/techlib/papers/TracingMemoryLeaks/TracingMemoryLeaks.pdf[/url]
  • Login to reply to this topic.