mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 11:40:12 +01:00
config: init dev to NULL to shut up a valgrind warning.
This commit is contained in:
parent
a7ae9cbd78
commit
5ebe76f13f
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ device_added(LibHalContext *hal_ctx, const char *udi)
|
||||||
{
|
{
|
||||||
char *path = NULL, *driver = NULL, *name = NULL, *config_info = NULL;
|
char *path = NULL, *driver = NULL, *name = NULL, *config_info = NULL;
|
||||||
InputOption *options = NULL, *tmpo = NULL;
|
InputOption *options = NULL, *tmpo = NULL;
|
||||||
DeviceIntPtr dev;
|
DeviceIntPtr dev = NULL;
|
||||||
DBusError error;
|
DBusError error;
|
||||||
struct xkb_options xkb_opts = {0};
|
struct xkb_options xkb_opts = {0};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue