mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
DisplayServer (Linux): fixes memleaks
This commit is contained in:
@@ -252,6 +252,10 @@ const char* ffdsConnectWayland(FFDisplayServerResult* result) {
|
|||||||
data.ffwl_proxy_destroy(data.zxdgOutputManager);
|
data.ffwl_proxy_destroy(data.zxdgOutputManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (data.wpColorManager) {
|
||||||
|
data.ffwl_proxy_destroy(data.wpColorManager);
|
||||||
|
}
|
||||||
|
|
||||||
data.ffwl_proxy_destroy(registry);
|
data.ffwl_proxy_destroy(registry);
|
||||||
ffwl_display_disconnect(data.display);
|
ffwl_display_disconnect(data.display);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user