Reenable (uncomment) cleanup for unittests
authorArnaud Renevier <a.renevier@samsung.com>
Fri, 24 Oct 2014 01:53:38 +0000 (18:53 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
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>
tizen_src/ewk/unittest/utc_blink_ewk_base.cpp

index b3c75c2..9a1bfa5 100644 (file)
@@ -277,8 +277,6 @@ void utc_blink_ewk_base::EwkDeinit()
     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);
@@ -290,6 +288,5 @@ void utc_blink_ewk_base::EwkDeinit()
     ewk_evas = NULL;
     ewk_background = NULL;
     ewk_webview = NULL;
-*/
 }