Resolved TSAM-6141 FC Crash on changing orientation 23/79623/1 submit/tizen_mobile/20160712.113503
authorbhutani.92 <bhutani.92@samsung.com>
Tue, 12 Jul 2016 05:58:37 +0000 (11:28 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Tue, 12 Jul 2016 05:58:37 +0000 (11:28 +0530)
Change-Id: Ie9cca45c3e92e5361119888478e701f6203cf854
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/common/mf-callback.c

index 66c5ec6..28c7493 100755 (executable)
@@ -3686,7 +3686,7 @@ __mf_callback_thumb_created_idler_cb(void *user_data)
                }
        }
        pListData->thumbnail_create = EINA_FALSE;
-       g_thumbnail_download_update_idle = NULL;
+       //g_thumbnail_download_update_idle = NULL;
        MF_TRACE_END;
        return ECORE_CALLBACK_CANCEL;
 }