Author :
Pierre Le Marre
Date :
2023-10-25 20:39:39
Hash :171e0170 Message :Fix memory leak in FindFileInXkbPath
The string `buf` was not freed after each call to `asprintf_safe`.
Avoid allocating and introduce the new message: `XKB_ERROR_INSUFFICIENT_BUFFER_SIZE`.