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
Fixes an issue in commit 3946c50, PR llvm#135349.
The DebugSSAUpdater class performs raw pointer allocations. It frees these
properly in reset(), but does not do so in its destructor - as an immediate
fix, this patch adds a destructor which frees the allocations correctly.
0 commit comments