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
[clang][bytecode] Check for memory leaks after destroying global scope
The global scope we create when evaluating expressions might free some
of the dynamic memory allocations, so we can't check for memory
leaks before destroying it.
0 commit comments