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
Revert "clang-tidy: use release() on dynamic_cast"
This reverts commit 44d41c4.
This was a bugfix to clang-tidy complaining about the result of
release() being unused. Unfortunately it introduced a memory leak.
Solve it differently.
0 commit comments