Guard against garbage collection in bytes (fixes #498)
This commit is contained in:
committed by
James Gray
parent
01fdbd5273
commit
91a719e11a
@@ -29,6 +29,7 @@ namespace lime {
|
||||
|
||||
unsigned char *_data;
|
||||
int _length;
|
||||
value *_root;
|
||||
value _value;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user