Fix static analysis issues 81/286081/1
authorChanggyu Choi <changyu.choi@samsung.com>
Tue, 27 Dec 2022 08:49:41 +0000 (17:49 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Tue, 27 Dec 2022 08:49:41 +0000 (17:49 +0900)
Change-Id: If01054da536adbfe4afc5a6fece227b5ba252264
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/launchpad-process-pool/src/launchpad.c

index 3b8bfbf..39c52f9 100644 (file)
@@ -1987,6 +1987,7 @@ static int __dispatch_cmd_add_loader(bundle *kb)
        slot_info.app_exists = true;
        slot_info.is_hydra = false;
        slot_info.app_check = true;
+       slot_info.on_boot_timeout = 0;
 
        cpc = __add_slot(&slot_info);
        free(loader_name);
@@ -2045,6 +2046,7 @@ static int __dispatch_cmd_add_app_defined_loader(bundle *kb)
                slot_info.app_exists = true;
                slot_info.is_hydra = false;
                slot_info.app_check = true;
+               slot_info.on_boot_timeout = 0;
 
                cpc = __add_slot(&slot_info);
                bundle_free_encoded_rawdata(&extra);