omadrm/drmengine/server/src/DRMRightsData.cpp
changeset 84 b09186059647
parent 23 493788a4a8a4
--- a/omadrm/drmengine/server/src/DRMRightsData.cpp	Tue Sep 28 14:08:58 2010 +0300
+++ b/omadrm/drmengine/server/src/DRMRightsData.cpp	Thu Oct 14 13:45:23 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -101,8 +101,9 @@
                                         RFs& aFileServer )
     {
     CDRMCommonData* common = CDRMCommonData::NewL();
-
+    CleanupStack::PushL( common );
     CDRMRightsData* self = new( ELeave ) CDRMRightsData( common, aFileServer );
+    CleanupStack::Pop( common );
     CleanupStack::PushL( self );
     self->ConstructL( aRightsFile );