-
Notifications
You must be signed in to change notification settings - Fork 179
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
Cube leaks memory every time it's activated #2059
Labels
Comments
lcolitti
added a commit
to lcolitti/wayfire
that referenced
this issue
Dec 8, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
lcolitti
added a commit
to lcolitti/wayfire
that referenced
this issue
Dec 8, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
lcolitti
added a commit
to lcolitti/wayfire
that referenced
this issue
Dec 8, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
lcolitti
added a commit
to lcolitti/wayfire
that referenced
this issue
Dec 8, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
lcolitti
added a commit
to lcolitti/wayfire
that referenced
this issue
Dec 11, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
ammen99
pushed a commit
that referenced
this issue
Dec 20, 2023
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes #2059
mrsteve0924
pushed a commit
to mrsteve0924/wayfire
that referenced
this issue
Mar 2, 2024
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes WayfireWM#2059
ammen99
pushed a commit
that referenced
this issue
Mar 13, 2024
Currently it looks like the framebuffers are allocated on activate but never released. This causes a substantial memory leak. Fix this by adding a destructor to cube_render_instance_t that releases them. Fixes #2059
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using cube, the wayfire process leaks several MB of shared memory every time the cube is activated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No memory leak.
Wayfire version
0.8.0 and git
The text was updated successfully, but these errors were encountered: