Guard against garbage collection in bytes (fixes #498)

This commit is contained in:
Joshua Granick
2015-07-09 10:29:24 -07:00
committed by James Gray
parent 01fdbd5273
commit 91a719e11a
2 changed files with 42 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ namespace lime {
unsigned char *_data;
int _length;
value *_root;
value _value;