[FIX] wsp unregister accepted/tizen/3.0/mobile/20161028.143047 accepted/tizen/3.0/tv/20161028.143413 accepted/tizen/3.0/wearable/20161028.150751 accepted/tizen/common/20161013.160641 accepted/tizen/mobile/20161014.022600 accepted/tizen/tv/20161014.022344 accepted/tizen/wearable/20161014.022443 submit/tizen/20161013.090940 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092423 submit/tizen_3.0_common/20161104.104000
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Fri, 29 Apr 2016 10:01:45 +0000 (13:01 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Fri, 23 Sep 2016 13:03:40 +0000 (06:03 -0700)
Change-Id: I05af37021f2fa911aa9b8c85dc1482947ca5ad9c
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
wsp/wsp.c

index ac59030..8a3a45b 100644 (file)
--- a/wsp/wsp.c
+++ b/wsp/wsp.c
@@ -417,7 +417,7 @@ static int wsp_app_register(void)
 
 static void wsp_app_unregister(void)
 {
-       if (ewebkit.name != NULL) {
+       if (ewebkit.name == NULL) {
                printk("WSP: ewebkit path is not initialized\n");
                return;
        }