Skip to content

Commit cc9466e

Browse files
Update Unicorn.fs
1 parent 939e4c7 commit cc9466e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/dotnet/UnicornEngine/Unicorn.fs

+2-1
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,5 @@ and Unicorn(arch: Int32, mode: Int32, binding: IBinding) =
353353

354354
interface IDisposable with
355355
member this.Dispose() =
356-
this.Dispose()
356+
this.Dispose()
357+

0 commit comments

Comments
 (0)