alsa-udev: fix minor bug

This commit is contained in:
Julian Bouzas 2019-06-17 14:20:09 -04:00
parent 7337f9c19f
commit 8877e0438d

View file

@ -100,7 +100,7 @@ proxy_node_created(GObject *initable, GAsyncResult *res, gpointer data)
/* Get the alsa node info */
ei = g_hash_table_lookup(impl->alsa_nodes_info, GINT_TO_POINTER(pi->node_id));
if (!data)
if (!ei)
return;
/* Build the properties for the endpoint */