uiacceltk/hitchcock/ServerCore/Src/alfappsrvsessionBase.cpp
branchRCL_3
changeset 12 f93c875b566e
parent 3 d8a3531bc6b8
child 13 3a60ebea00d0
equal deleted inserted replaced
10:7c5dd702d6d3 12:f93c875b566e
   151             iData->iPointerEvent.Complete(KErrCancel);
   151             iData->iPointerEvent.Complete(KErrCancel);
   152             }
   152             }
   153         if (!iData->iSystemEvent.IsNull())
   153         if (!iData->iSystemEvent.IsNull())
   154             {
   154             {
   155             iData->iSystemEvent.Complete(KErrCancel);
   155             iData->iSystemEvent.Complete(KErrCancel);
       
   156             }
       
   157         
       
   158         if ( iData->iContainer )
       
   159             {
       
   160             iHost->ReleaseContainer( *iData->iContainer );
   156             }
   161             }
   157         delete iData;
   162         delete iData;
   158         }
   163         }
   159     iHost = NULL;
   164     iHost = NULL;
   160     }
   165     }