Skip to content

Memory leak in setter_background_image #120

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

Open
MikeSS8 opened this issue Jan 13, 2025 · 1 comment
Open

Memory leak in setter_background_image #120

MikeSS8 opened this issue Jan 13, 2025 · 1 comment

Comments

@MikeSS8
Copy link
Contributor

MikeSS8 commented Jan 13, 2025

The Tym daemon allocates more and more memory as the background image is reset:

tym.set_keymaps({
	['<Ctrl><Shift><Alt>r'] = function()
		tym.set('background_image', 'whatever.png')
	end})
@endaaman
Copy link
Owner

For now, I went ahead and added the line to release the ref 143eb95 .

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

No branches or pull requests

2 participants