projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1460e5
)
Fix defects detected by static analysis tool
77/258777/1
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 25 May 2021 11:34:20 +0000
(20:34 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 25 May 2021 11:34:51 +0000
(20:34 +0900)
Change-Id: Iad89910ade45ec25622445b7bb2b49f7124c3a1c
assistant-parser/src/ma_assistant_parser.c
patch
|
blob
|
history
diff --git
a/assistant-parser/src/ma_assistant_parser.c
b/assistant-parser/src/ma_assistant_parser.c
index 51710b5ecb2380904866b58ee01eb0484515e8b2..0c1e94da1fc7018d38115b1d0cbb41867e734de7 100644
(file)
--- a/
assistant-parser/src/ma_assistant_parser.c
+++ b/
assistant-parser/src/ma_assistant_parser.c
@@
-906,6
+906,7
@@
int PKGMGR_MDPARSER_PLUGIN_UNINSTALL(const char *pkgid, const char *appid, GList
}
if (NULL != home_dir) {
+ FREE(g_dir_assistant_info);
g_dir_assistant_info = (char*)calloc(strlen(home_dir) + 45, sizeof(char));
if (NULL == g_dir_assistant_info) {
gum_user_service_list_free(users);