fixed the prevent issue CID:48477
authorJiban Prakash <p.jiban@samsung.com>
Fri, 5 Apr 2013 11:32:56 +0000 (17:02 +0530)
committerJiban Prakash <p.jiban@samsung.com>
Fri, 5 Apr 2013 13:07:15 +0000 (18:37 +0530)
Change-Id: Id660370437c379bda7eee2e5a5b42e2fd44c0ab4
Signed-off-by: Jiban Prakash <p.jiban@samsung.com>
src/app/FApp_AppResourceImpl.cpp

index 7e8c60c..c8de738 100644 (file)
@@ -253,6 +253,7 @@ _AppResourceImpl::GetNonScalingBitmapN(const Tizen::Base::String& imagePath)
        else
        {
                SysLog(NID_APP, "Getting pAppResourceBitmap instance is failed");
+               return null;
        }
 }