Home
last modified time | relevance | path

Searched refs:dupConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c1918 if (dupConfig == NULL) { in NSTACKX_SendNotification()
1923 if (dupConfig->msg == NULL) { in NSTACKX_SendNotification()
1925 free(dupConfig); in NSTACKX_SendNotification()
1931 free(dupConfig->msg); in NSTACKX_SendNotification()
1932 free(dupConfig); in NSTACKX_SendNotification()
1936 free(dupConfig->intervalsMs); in NSTACKX_SendNotification()
1937 free(dupConfig->msg); in NSTACKX_SendNotification()
1938 free(dupConfig); in NSTACKX_SendNotification()
1943 free(dupConfig->intervalsMs); in NSTACKX_SendNotification()
1944 free(dupConfig->msg); in NSTACKX_SendNotification()
[all …]