Skip to content
Snippets Groups Projects
Commit 1d943253 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

xcb_apps: fix item leak

parent 463b4aa9
No related branches found
No related tags found
No related merge requests found
......@@ -351,4 +351,5 @@ static void AddDesktop(services_discovery_t *sd)
return;
services_discovery_AddItem (sd, item, NULL);
input_item_Release (item);
}
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