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:
f2081f1
)
samples: tdm-backend: fix that calling wrong function for freeing tdm.
25/61225/1
accepted/tizen/ivi/20160307.104934
accepted/tizen/mobile/20160307.104838
accepted/tizen/tv/20160307.104859
accepted/tizen/wearable/20160307.104912
submit/tizen/20160307.020658
author
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 7 Mar 2016 01:16:51 +0000
(10:16 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 7 Mar 2016 01:25:00 +0000
(10:25 +0900)
this is a kind of c&p error.
Change-Id: I9a1ff76e6d6d73480dd7450ca2cecc4652265403
src/samples/tdm-backend.c
patch
|
blob
|
history
diff --git
a/src/samples/tdm-backend.c
b/src/samples/tdm-backend.c
index
29e2734
..
32ec8cd
100644
(file)
--- a/
src/samples/tdm-backend.c
+++ b/
src/samples/tdm-backend.c
@@
-117,7
+117,7
@@
cleanup:
wl_event_source_remove(sigint);
if (tdm)
- pepper_
dr
m_destroy(tdm);
+ pepper_
td
m_destroy(tdm);
if (input)
pepper_libinput_destroy(input);