coverity fixes 12/196812/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20190107.145027 submit/tizen_4.0/20190104.101828
authorAbhishek Vijay <abhishek.v@samsung.com>
Fri, 4 Jan 2019 10:12:58 +0000 (15:42 +0530)
committerAbhishek Vijay <abhishek.v@samsung.com>
Fri, 4 Jan 2019 10:12:58 +0000 (15:42 +0530)
Change-Id: I0b2b1748ffae0cc3ff545ac1e42001140a3751b5
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
src/key_storage_handler.c

index 7309cd2..e1db2d5 100755 (executable)
@@ -27,6 +27,8 @@ ks_notify(const char *ts, bool data)
        r = buxton_open(&cli, NULL, NULL);
        if (r) {
                _ERR("buxton_open=[%d]", r);
+               buxton_value_free(val_bool);
+               buxton_value_free(val_ts);
                return -1;
        }