mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 14:19:17 +00:00
Coverity #812: Fix parser memory leak.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-04-06 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/parser/Keyboard.c:
|
||||
Coverity #812: Fix parser memory leak.
|
||||
|
||||
2006-04-06 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/dixmods/extmod/xf86vmode.c:
|
||||
|
||||
@@ -167,6 +167,7 @@ xf86parseKeyboardSection (void)
|
||||
xf86conffree(s1);
|
||||
}
|
||||
xf86unGetToken (token);
|
||||
xf86conffree(s);
|
||||
break;
|
||||
case SERVERNUM:
|
||||
xf86parseWarning(OBSOLETE_MSG, xf86tokenString());
|
||||
|
||||
Reference in New Issue
Block a user