Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI] Delete the used window in widget #5395

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

tscholb
Copy link
Contributor

@tscholb tscholb commented Jul 17, 2023

Delete the used window so that the window can be deleted normally when deleting the widget. this is for memory leak issue.

Description of Change

API Changes

  • ACR:

Delete the used window so that the window can be deleted normally when deleting the widget.
this is for memory leak issue.
@github-actions github-actions bot added the API10 Platform : Tizen 7.0 / TFM: tizen10.0 label Jul 17, 2023
@@ -109,6 +141,11 @@ static void Main(string[] args)
WidgetView mWidgetView2;
int widgetWidth;
int widgetHeight;

Timer mTimer;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기존에도 없었던게 이상하긴 한데
private 붙여주는게 더 좋지 않을까요.

@hinohie hinohie merged commit effdf7c into Samsung:API10 Jul 17, 2023
3 checks passed
@tscholb tscholb deleted the 230717_API10 branch July 15, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API10 Platform : Tizen 7.0 / TFM: tizen10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants