Skip to content
Snippets Groups Projects
Commit 8877e043 authored by Julian Bouzas's avatar Julian Bouzas
Browse files

alsa-udev: fix minor bug

parent 7337f9c1
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment