projects
/
platform
/
core
/
appfw
/
tidl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05680d9
)
Revert "Fix C Generator about g_rec_mutex"
06/199706/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 14 Feb 2019 06:37:48 +0000
(15:37 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 14 Feb 2019 06:37:58 +0000
(15:37 +0900)
This reverts commit
05680d931fdcc72986bf5adb43b41776cb41dea9
.
Change-Id: I2fa2cd4655e1d28ebe1b9600fae37a1444bd483a
idlc/c_gen/c_proxy_body_gen_cb.h
patch
|
blob
|
history
diff --git
a/idlc/c_gen/c_proxy_body_gen_cb.h
b/idlc/c_gen/c_proxy_body_gen_cb.h
index 15c4d885d266caf09b3115527cff5c521542b9eb..277ad2cce72e1b124b354b7ae429d04144807e4d 100644
(file)
--- a/
idlc/c_gen/c_proxy_body_gen_cb.h
+++ b/
idlc/c_gen/c_proxy_body_gen_cb.h
@@
-363,8
+363,6
@@
static void __destroy_##(struct ##_s *h)
if (!h)
return;
- g_rec_mutex_trylock(&h->mutex);
- g_rec_mutex_unlock(&h->mutex);
g_rec_mutex_clear(&h->mutex);
if (h->delegates)