Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adddc4ea authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm_bus: Free allocated search node"

parents ac71275c 19edf96d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -229,6 +229,10 @@ static int prune_path(struct list_head *route_list, int dest, int src)
			kfree(del_node);
		}
	}
	search_node = list_entry(route_list->next,
				struct bus_search_type , link);
	kfree(search_node);


exit_prune_path:
	return lnode_hop;