user 42 panic

Login to reply to this topic.
Thu, 2008-05-08 10:48
Joined: 2007-08-30
Forum posts: 2

hi i am getting user 42 panic

here i am getting that panic it is workign fine for 3-4 times but after it is giving this panic

listBoxData->AddIconL(CQikContent::NewL(NULL, KIconBitmapFile, EMbmMobilesearchappiconMobilesearch_small, EMbmMobilesearchappiconMobilesearch_small_mask), EQikListBoxSlotLeftSmallIcon1);;

whether i need to destroy the CQikContent , if yes how and where i need to destroy


Thu, 2008-05-08 12:00
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: user 42 panic

From the Docs just in case you missed it Eye-wink

This panic is raised by a number of RHeap member functions, AllocLen(), Free(), FreeZ(), ReAlloc(), ReAllocL(), Adjust() and AdjustL() when a pointer passed to these functions does not point to a valid cell.

  • Login to reply to this topic.