HOTFIX Create identity memory leak (#4295)

This commit is contained in:
Dat Dang
2026-02-02 19:46:11 +07:00
committed by GitHub
parent eb62b7cd97
commit de8de6c83f
3 changed files with 7 additions and 1 deletions
@@ -75,6 +75,7 @@ class RichTextMobileTabletController extends GetxController {
@override
void onClose() {
richTextController.dispose();
htmlEditorApi?.webViewController.dispose();
htmlEditorApi = null;
super.onClose();
}
@@ -43,7 +43,7 @@ class PublicAssetBindings extends BaseBindings {
@override
void bindingsController() {
Get.create(
Get.lazyPut(
() => PublicAssetController(
Get.find<UploadAttachmentInteractor>(tag: BindingTag.publicAssetBindingsTag),
Get.find<CreatePublicAssetInteractor>(tag: BindingTag.publicAssetBindingsTag),