imagingandcamerafws/imaginginttest/src/TestImageDecoderFileSource.cpp
changeset 41 f7bf1ed8db72
parent 0 40261b775718
--- a/imagingandcamerafws/imaginginttest/src/TestImageDecoderFileSource.cpp	Fri Jul 09 13:09:11 2010 +0100
+++ b/imagingandcamerafws/imaginginttest/src/TestImageDecoderFileSource.cpp	Mon Aug 23 18:56:36 2010 +0100
@@ -297,6 +297,7 @@
     __MM_HEAP_MARK;
 
     TInt err = KErrNone;
+    User::LeaveIfError(FbsStartup());
     err = RFbsSession::Connect();
     if (err != KErrNone)
         {
@@ -502,6 +503,7 @@
     __MM_HEAP_MARK;
 
     TInt err = KErrNone;
+    User::LeaveIfError(FbsStartup());
     err = RFbsSession::Connect();
     if (err != KErrNone)
         {