Guard against garbage collection in bytes (fixes #498)

This commit is contained in:
Joshua Granick
2015-07-09 10:29:24 -07:00
parent 6d107b6517
commit 89d67f9927
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;