mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed fix for leak
This commit is contained in:
parent
cd96114490
commit
5515a1fd72
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ namespace System
|
|||
static char8[] sEmtpyBuf = new char8[0] ~ delete _;
|
||||
|
||||
//part of the private stringbuffer
|
||||
private char8[] _cbuf ~ delete _;
|
||||
private char8[] _cbuf ~ if (_cbuf.Count > 0) delete _;
|
||||
private int32 mBufSize;
|
||||
|
||||
private bool _NaN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue