forked from wolfSSL/wolfssl
Cleanup spelling
This commit is contained in:
@@ -1641,7 +1641,7 @@ namespace wolfSSL.CSharp
|
||||
}
|
||||
finally
|
||||
{
|
||||
/* Clenup */
|
||||
/* Cleanup */
|
||||
if (inMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(inMsgPtr);
|
||||
if (outMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(outMsgPtr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user