Revert "Need to revert Byte changes, AutoGCRoot is releasing memory too quickly on iOS"

This reverts commit 3127e4a0b9.
This commit is contained in:
Joshua Granick
2016-09-26 09:04:05 -07:00
parent 3c059cacbc
commit 129108744d
2 changed files with 35 additions and 16 deletions

View File

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