Skip to content

Commit

Permalink
[WiFi] Fix heap-buffer-use-after-free issue on ASAN (#6437)
Browse files Browse the repository at this point in the history
  • Loading branch information
HONGCHAEHEE authored Nov 4, 2024
1 parent fc2a857 commit 203845e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ public override bool IsInvalid

protected override bool ReleaseHandle()
{
WiFi.Config.Destroy(this.handle);
this.SetHandle(IntPtr.Zero);
return true;
}
Expand Down

0 comments on commit 203845e

Please sign in to comment.