Alexandre Julliard pushed to branch master at wine / wine
Commits: 88854b52 by Alex Henrie at 2025-09-09T21:08:59+02:00 wineboot: Fix a memory leak in create_computer_name_keys.
If the canonical hostname was "localhost", the address info was not freed.
Don't bother checking whether ai_canonname is NULL because if there is no canonical name, getaddrinfo must set ai_canonname to the input name.
Fixes: ca5a6d07dc92ba631b178ec175e6b3fd5295e3d6
- - - - -
1 changed file:
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/88854b52599d76b9fdd51819396aacf...