Hi...
I am having some memory leak in my app and I fear that the object of CPbkContactEngine is acting as one of the potential memory leaks. The object is created as follows :
CPbkContactEngine *contactEngine = CPbkContactEngine::NewL();
If I put heap memory check before and after this statement, I can see around 55KB of mem allocation on heap.
At the end of the function I call the destructor of the class by using delete operator, and again check the heap memory but the memory previoulsy allocated doesnt get de-allocated.
Does anyone have any idea..??
Ruchir


Reply With Quote


