Fix memory leak in bytes.Value (resolve openfl/openfl#2075)
This commit is contained in:
@@ -160,6 +160,10 @@ namespace lime {
|
||||
|
||||
}
|
||||
|
||||
} else if (usingValue.find (this) != usingValue.end ()) {
|
||||
|
||||
usingValue.erase (this);
|
||||
|
||||
}
|
||||
|
||||
b = data;
|
||||
|
||||
Reference in New Issue
Block a user