diff -r c210248fa89d -r ea43c23d28d2 serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/TraceTO.cpp --- a/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/TraceTO.cpp Tue Apr 27 17:33:05 2010 +0300 +++ b/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/TraceTO.cpp Tue May 11 17:01:36 2010 +0300 @@ -218,7 +218,7 @@ { CTrapCleanup* cleanup = CTrapCleanup::New(); - TInt Val ; + TInt Val = 0; //Install a new active scheduler to this thread TRAPD(err ,( Val = TraceTOL()) ); delete cleanup ;