projects
/
platform
/
core
/
pim
/
calendar-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f14d4c
)
Removed g_thread_unref()
59/316659/1
accepted/tizen_unified_dev
accepted/tizen/unified/20240828.164001
accepted/tizen/unified/dev/20240829.043836
accepted/tizen/unified/x/20240829.020414
author
Yogesh Kumar Shukla
<y.shukla@samsung.com>
Mon, 26 Aug 2024 10:03:59 +0000
(15:33 +0530)
committer
Yogesh Kumar Shukla
<y.shukla@samsung.com>
Mon, 26 Aug 2024 10:03:59 +0000
(15:33 +0530)
Change-Id: Ie8bc6c1d51a43adcce0fb91a00ccb5554100b344
server/cal_server_cleanup.c
patch
|
blob
|
history
diff --git
a/server/cal_server_cleanup.c
b/server/cal_server_cleanup.c
index
6e519ec
..
71a2eca
100644
(file)
--- a/
server/cal_server_cleanup.c
+++ b/
server/cal_server_cleanup.c
@@
-193,6
+193,5
@@
void cal_server_cleanup_end(void)
g_cond_clear(&_cal_server_cleanup_cond);
g_thread_join(_cal_server_cleanup_thread);
- g_thread_unref(_cal_server_cleanup_thread);
_cal_server_cleanup_thread = NULL;
}