1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Fixed formatting memory leak

This commit is contained in:
Brian Fiete 2020-04-28 09:57:44 -07:00
parent d79a7b76b4
commit 6bd1eb1cc4

View file

@ -1018,7 +1018,7 @@ namespace System
static char8[] sEmtpyBuf = new char8[0] ~ delete _; static char8[] sEmtpyBuf = new char8[0] ~ delete _;
//part of the private stringbuffer //part of the private stringbuffer
private char8[] _cbuf; private char8[] _cbuf ~ delete _;
private int32 mBufSize; private int32 mBufSize;
private bool _NaN; private bool _NaN;