sysresmonitoring/oommonitor/src/oomconfig.cpp
changeset 77 b01c07dfcf84
parent 35 13fd6fd25fe7
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
    53     
    53     
    54     // Create a new COomApplicationConfig if there isn't one for this app
    54     // Create a new COomApplicationConfig if there isn't one for this app
    55     if (!applicationConfigPointer)
    55     if (!applicationConfigPointer)
    56         {
    56         {
    57         applicationConfig = COomApplicationConfig::NewL(aActionConfig->iId);
    57         applicationConfig = COomApplicationConfig::NewL(aActionConfig->iId);
       
    58 		CleanupStack::PushL(applicationConfig);
    58         iApplicationToConfigMapping.InsertL(aActionConfig->iId, applicationConfig);
    59         iApplicationToConfigMapping.InsertL(aActionConfig->iId, applicationConfig);
       
    60 		CleanupStack::Pop();
       
    61 
    59         }
    62         }
    60     else
    63     else
    61         {
    64         {
    62         applicationConfig = *applicationConfigPointer;
    65         applicationConfig = *applicationConfigPointer;
    63         }
    66         }