X Tutup
Skip to content

Commit 5649258

Browse files
author
dse
committed
Removed unnecessary AllocHGlobal.
1 parent 66fc91b commit 5649258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/interop.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ static Interop()
352352
}
353353

354354
keepAlive = new ArrayList();
355-
Marshal.AllocHGlobal(IntPtr.Size);
356355
pmap = new Hashtable();
357356

358357
pmap["tp_dealloc"] = p["DestructorFunc"];

0 commit comments

Comments
 (0)
X Tutup