projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f03faa4
)
fbdev: Fix double close
22/296622/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 1 Aug 2023 07:14:46 +0000
(16:14 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 1 Aug 2023 07:14:46 +0000
(16:14 +0900)
Change-Id: If27eae6e1057fcd1e7feb64f8fc45b78cedebdaa
samples/fbdev-backend.c
patch
|
blob
|
history
diff --git
a/samples/fbdev-backend.c
b/samples/fbdev-backend.c
index db534c69c954647ff253bc7b4169402e5976449b..6c0bf23e32cf9eddef665c1baddb162192248933 100644
(file)
--- a/
samples/fbdev-backend.c
+++ b/
samples/fbdev-backend.c
@@
-101,7
+101,7
@@
main(int argc, char **argv)
tty = atoi(tty_str);
if (!pepper_virtual_terminal_setup(tty))
-
goto cleanup
;
+
return 0
;
compositor = pepper_compositor_create("wayland-0", NULL);
if (!compositor)