mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-21 06:20:40 +01:00
xkb: fix crash caused by uninitialised variable.
This commit is contained in:
parent
5c5a1eaf68
commit
30e9a33f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ XkbCopySrvLedInfo( DeviceIntPtr from,
|
|||
KbdFeedbackPtr kf,
|
||||
LedFeedbackPtr lf)
|
||||
{
|
||||
XkbSrvLedInfoPtr sli_new;
|
||||
XkbSrvLedInfoPtr sli_new = NULL;
|
||||
|
||||
if (!src)
|
||||
goto finish;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue