Uncomment cleanup code in utc_blink_ewk_base::EwkDeinit. Before it was
trigerring a crash but this was fixed by commit
19e1f0214adaea576
(http://165.213.202.130:8080/#/c/70986/).
http://107.108.218.239/bugzilla/show_bug.cgi?id=6980
Reviewed by: Balazs Kelemen, Antonio Gomes
Change-Id: I2a88eb88ffc6f1fdd57c25cddda77cab52051e63
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
utc_message("[[ TET_MSG ]]:: ============ Cleanup ============");
/* 2. Freeing resources */
-/*
- FIXME: This code happen segmentation fault. So, commented out.
ewk_context_unref(ewk_context);
if (ewk_webview)
evas_object_del(ewk_webview);
ewk_evas = NULL;
ewk_background = NULL;
ewk_webview = NULL;
-*/
}