Assorted compiler warning cleanups
- Fix 4
-Wuseless-cast
warnings from gcc 14.1 -
XkbRF_AddVarToDescribe
: avoid memory leak if only one of themalloc
fails - Add
_XkbReallocF
&_XkbTypedReallocF
definitions - Use
_XkbTypedReallocF
to avoid memory leaks whenrealloc()
fails - Use
_XkbReallocF
to avoid memory leaks whenrealloc()
fails