config: init dev to NULL to shut up a valgrind warning.
This commit is contained in:
@@ -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};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user