浏览代码

fix null prt release crash

/main
siyao 4 年前
当前提交
89e663a6
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 9
      com.unity.uiwidgets/Runtime/engine/UIWidgetsPanelWrapper.cs

9
com.unity.uiwidgets/Runtime/engine/UIWidgetsPanelWrapper.cs


}
}
public void Destroy() {
UIWidgetsPanel_onDisable(ptr: _ptr);
UIWidgetsPanel_dispose(ptr: _ptr);
_ptr = IntPtr.Zero;
if (_ptr != IntPtr.Zero) {
UIWidgetsPanel_onDisable(ptr: _ptr);
UIWidgetsPanel_dispose(ptr: _ptr);
_ptr = IntPtr.Zero;
}
_handle.Free();
_handle = default;

正在加载...
取消
保存