projects
/
platform
/
core
/
uifw
/
headless-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013935e
)
shell: fix destroying not allocated resource
27/268127/2
author
ulgal-park
<ulgal.park@samsung.com>
Thu, 16 Dec 2021 08:53:19 +0000
(17:53 +0900)
committer
Seongmin Park
<ulgal.park@samsung.com>
Fri, 17 Dec 2021 04:24:28 +0000
(
04:24
+0000)
Change-Id: Ia631e6533c9605bd00246f501af507d2fd4e9292
src/shell/shell.c
patch
|
blob
|
history
diff --git
a/src/shell/shell.c
b/src/shell/shell.c
index 018f9f1078bdc4dae0c65770c339af5298a9571b..3b63f795faf87a229aaaafc8dacf0386451b949b 100644
(file)
--- a/
src/shell/shell.c
+++ b/
src/shell/shell.c
@@
-589,7
+589,6
@@
zxdg_shell_cb_bind(struct wl_client *client, void *data, uint32_t version, uint3
return;
err_shell:
- wl_resource_destroy(resource);
wl_client_post_no_memory(client);
}