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

Fix memory leak in font handler #2435

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

matt335672
Copy link
Member

The following sequence of events results in a memory leak as a font is loaded twice

  1. Invoke login screen
  2. Try to log in to session, which fails
  3. Back to login screen

Fix is to make sure font is deleted before being reloaded.

The following sequence of events results in a memory leak as a font
is loaded twice
1) Invoke login screen
2) Try to log in to session, which fails
3) Back to login screen

Fix is to make sure font is deleted before being reloaded.
@matt335672 matt335672 merged commit a63ce2b into neutrinolabs:devel Nov 18, 2022
@matt335672 matt335672 deleted the fix_font_leak branch November 18, 2022 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant