From: Junghyun Yeon Date: Mon, 13 Sep 2021 00:51:10 +0000 (+0900) Subject: Fix static analysis X-Git-Tag: submit/tizen/20210913.073852~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7769a858820dfe117cc894c7b91d597f7d65c80;p=platform%2Fcore%2Fappfw%2Fslp-pkgmgr.git Fix static analysis Change-Id: Id188d8a5e68d4c326ca6b27dc3660c687729048c Signed-off-by: Junghyun Yeon --- diff --git a/client/src/pkgmgr.c b/client/src/pkgmgr.c index 5094f1d..650b2fe 100644 --- a/client/src/pkgmgr.c +++ b/client/src/pkgmgr.c @@ -3131,6 +3131,7 @@ API int pkgmgr_res_event_info_add_path_state(pkgmgr_res_event_info *handle, path_state->path = strdup(path); if (path_state->path == NULL) { ERR("out of memory"); + free(path_state); return PKGMGR_R_ENOMEM; } path_state->state = state;