mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +02:00
Fixed formatting memory leak
This commit is contained in:
parent
d79a7b76b4
commit
6bd1eb1cc4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue