mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 05:31:59 -07:00
Fix VRAM memory leak when releasing snapshots
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
class CFramebuffer {
|
||||
public:
|
||||
|
||||
~CFramebuffer();
|
||||
|
||||
bool alloc(int w, int h);
|
||||
void bind();
|
||||
void release();
|
||||
|
Reference in New Issue
Block a user