projects
/
platform
/
core
/
api
/
wifi-aware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89643b0
)
Rectify passing user data as NULL in cb
59/316059/1
author
a-nijhara
<a.nijhara@samsung.com>
Tue, 13 Aug 2024 03:57:45 +0000
(09:27 +0530)
committer
a-nijhara
<a.nijhara@samsung.com>
Tue, 13 Aug 2024 04:06:23 +0000
(09:36 +0530)
Change-Id: Idf707035bc84c4c6d2edaa0fc48376cb17910e0d
src/wifi-aware-private.c
patch
|
blob
|
history
diff --git
a/src/wifi-aware-private.c
b/src/wifi-aware-private.c
index fa313c34230a987654f64574476e6289c9db27fb..9f82e968cbc9188f884e19347a307e5c873dead2 100644
(file)
--- a/
src/wifi-aware-private.c
+++ b/
src/wifi-aware-private.c
@@
-298,8
+298,8
@@
static void __wifi_aware_publish_invoke_callback(wifi_aware_session_h session,
if (handle->published_cb) {
wifi_aware_published_cb published_cb = handle->published_cb;
handle->published_cb = NULL;
- handle->published_cb_data = NULL;
published_cb(session, error, handle->published_cb_data);
+ handle->published_cb_data = NULL;
}
}