Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hyprland/backend: drop unnecessary getaddrinfo call
Hyprland hasn't been using TCP sockets for IPC since the first release, so this getaddrinfo call and its result was never needed. Additionally, it leaks the `aiRes`, causing test failure under ASan.
- Loading branch information