projects
/
platform
/
core
/
telephony
/
tel-plugin-vconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ceaa7
)
Fix the build error for gcc-14
27/312327/1
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
tizen
tizen_9.0
accepted/tizen/9.0/unified/20241030.233802
accepted/tizen/unified/20240611.123421
accepted/tizen/unified/dev/20240620.005901
accepted/tizen/unified/toolchain/20240610.173030
accepted/tizen/unified/x/20240610.223559
accepted/tizen/unified/x/asan/20240625.092207
tizen_9.0_m2_release
author
Wootak Jung
<wootak.jung@samsung.com>
Thu, 6 Jun 2024 22:39:41 +0000
(07:39 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Thu, 6 Jun 2024 23:01:21 +0000
(08:01 +0900)
Change-Id: I6f21a6c40255943c5a23ded19a7623ac24b24630
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/vconf_handler.c
patch
|
blob
|
history
diff --git
a/src/vconf_handler.c
b/src/vconf_handler.c
index 658e06bb89ed1c1a16bb50c6d9b977fb39ec9bc7..df912978fd9947b329db1131e64634c9a96e9b6c 100644
(file)
--- a/
src/vconf_handler.c
+++ b/
src/vconf_handler.c
@@
-792,7
+792,7
@@
gboolean vconf_handler_init(TcorePlugin *p)
if (!strg)
return FALSE;
- ud = calloc(
sizeof(VconfPrivData), 1
);
+ ud = calloc(
1, sizeof(VconfPrivData)
);
if (ud == NULL) {
err("Failed to allocate memory for user_data");
tcore_storage_free(strg);