Crash fix
This commit is contained in:
@@ -3806,7 +3806,7 @@ namespace lime {
|
||||
|
||||
HL_CFFIPointer* handle = (HL_CFFIPointer*)glObjectPtrs[object];
|
||||
handle->finalizer = NULL;
|
||||
delete handle;
|
||||
//delete handle;
|
||||
glObjectPtrs.erase (object);
|
||||
|
||||
}
|
||||
|
||||
@@ -5,6 +5,9 @@ import haxe.Int64;
|
||||
import haxe.io.Bytes;
|
||||
import lime._internal.backend.native.NativeCFFI;
|
||||
|
||||
#if hl
|
||||
@:keep
|
||||
#end
|
||||
@:access(lime._internal.backend.native.NativeCFFI)
|
||||
class VorbisFile
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user