Commit 93f601c
authored
Tizen.Network.WiFi: Fix to use Marshal.FreeHGlobal instead of Interop.Libc.Free (#7282)
The allocation in the native function call is called from libgwpasan and
free is called from glibc, and it causes crash on ASAN environment.
To resolve this issue, Marshal.FreeHGlobal() is used instead of
Interop.Libc.Free().
Signed-off-by: MyoungJune Park <renov.park@samsung.com>1 parent 842af48 commit 93f601c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
0 commit comments