Fixed B/S
authorHeeJu Kang <mobum.kang@samsung.com>
Thu, 3 Jan 2013 01:28:53 +0000 (10:28 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Thu, 3 Jan 2013 01:28:53 +0000 (10:28 +0900)
Change-Id: I48a97e33ce559de9d5a9629ea68aaa71d6ac686b
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
project/src/LiveboxViewerMainForm.cpp

index 5669652..0ae787f 100644 (file)
@@ -41,6 +41,12 @@ LiveboxViewerMainForm::OnInitializing(void)
 {
        result r = E_SUCCESS;
 
+       if (!__pLiveboxProviderList)
+       {
+               AppLog("GetLiveboxListN returns null!!");
+               return E_SUCCESS;
+       }
+
        for(int i = 0; i < __pLiveboxProviderList->GetCount(); i++)
        {
                LiveboxProviderInfo* pLiveboxProviderInfo = dynamic_cast<LiveboxProviderInfo*>(__pLiveboxProviderList->GetAt(i) );