Skip to content

Commit

Permalink
fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrKozlovskiy committed Jan 1, 2025
1 parent f4a9c8e commit 648ad5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6426,6 +6426,7 @@ protected void onDestroy() {
} catch (Exception e) {
FileLog.e(e);
}
clearFragments();
super.onDestroy();
onFinish();
FloatingDebugController.onDestroy();
Expand Down

0 comments on commit 648ad5a

Please sign in to comment.