You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using list_for_each_entry_safe to enumerate every node in the
queue, then using q_release_element to free the choosing node.
Finally free the head.
This commit ensures that all elements are freed for avoiding
memory leak.
Change-Id: I434a7d16dab3e8627c6c0016ff641520067a47d9
0 commit comments