projects
/
platform
/
core
/
appfw
/
app-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d4559
)
Fix calling aul_launch_init()
04/201704/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 19 Mar 2019 04:09:28 +0000
(13:09 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 19 Mar 2019 04:09:28 +0000
(13:09 +0900)
- Calls the function with user data
Change-Id: I209e56dd9f6c803bcd4a99726c643bd0aa56275d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/appcore_base.c
patch
|
blob
|
history
diff --git
a/src/base/appcore_base.c
b/src/base/appcore_base.c
index
e276926
..
4bfcabd
100644
(file)
--- a/
src/base/appcore_base.c
+++ b/
src/base/appcore_base.c
@@
-1243,7
+1243,7
@@
EXPORT_API int appcore_base_on_create(void)
{
int r;
- r = aul_launch_init(__context.ops.receive,
NULL
);
+ r = aul_launch_init(__context.ops.receive,
__context.data
);
if (r < 0) {
_ERR("Aul init failed: %d", r);
return -1;