diff -r d5f04de580b7 -r b74061f7f3d2 devsoundextensions/effects/Loudness/LoudnessEffect/Src/LoudnessBase.cpp --- a/devsoundextensions/effects/Loudness/LoudnessEffect/Src/LoudnessBase.cpp Wed Mar 31 23:56:23 2010 +0300 +++ b/devsoundextensions/effects/Loudness/LoudnessEffect/Src/LoudnessBase.cpp Wed Apr 14 17:32:53 2010 +0300 @@ -78,6 +78,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -156,6 +157,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -187,6 +189,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -273,6 +276,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -330,6 +334,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -361,6 +366,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); } @@ -392,6 +398,7 @@ if ( !loudnessProxy ) { DEBPRN1("No Adaptation Support - leaving"); + CleanupStack::Pop(customInterface); User::Leave(KErrNotSupported); }