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
Fix pool iteration during freelist cleanup (#18406)
The forEachPool method stops iterating if the callback function returns
false. As a result, during EnqueuedPools cleanup, pools later in the
chain could be skipped if ealier pools didn't require cleanup.
Additionally, ensure that user-created pools associated with the given
queue handle are properly cleaned up during urQueueFinish and
urQueueRelease calls.
0 commit comments