projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7c915
)
Fix build break
73/231073/1
accepted/tizen/5.5/unified/20200417.152836
submit/tizen_5.5/20200417.060433
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 17 Apr 2020 06:01:15 +0000
(15:01 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 17 Apr 2020 06:01:15 +0000
(15:01 +0900)
Change-Id: I2c8378409d0dbdcffd11b64e9b3e2e0b5898078f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
frame-broker/src/frame_broker.c
patch
|
blob
|
history
diff --git
a/frame-broker/src/frame_broker.c
b/frame-broker/src/frame_broker.c
index 9711ba23d49a455f1f1cd58ca9e7200266bb53f4..0e544f1b0a2579ad7b74bd953e105a4871afe450 100644
(file)
--- a/
frame-broker/src/frame_broker.c
+++ b/
frame-broker/src/frame_broker.c
@@
-343,9
+343,6
@@
API int frame_broker_destroy(frame_broker_h handle)
if (handle->context)
frame_context_destroy(handle->context);
- if (handle->pre_context)
- frame_context_destroy(handle->pre_context);
-
screen_connector_launcher_service_destroy(handle->scls);
aul_launcher_service_destroy(handle->als);
free(handle->name);