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
Skip temporarily the assert in umf_ba_linear_destroy()
This assert fails sporadically on Windows only.
It is safe to comment it out temporarily,
because the linear base allocator is used
in the proxy library only but umf_ba_linear_destroy()
is skipped, so this code is never run in real life.
Ref: #260
Signed-off-by: Lukasz Dorau <[email protected]>
0 commit comments