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

This commit is contained in:
Joshua Granick
2016-09-02 22:49:34 -07:00
parent 2045024ba5
commit 3127e4a0b9
2 changed files with 16 additions and 35 deletions

View File

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