[clang][Interp] Make sure we free() allocated InitMaps
They get allocated when calling initialize() on a primitive array. And they get free'd when the array is fully initialized. However, when that never happens, they get leaked. Fix that by calling the destructor of global variables. Differential Revision: https://reviews.llvm.org/D136826
Loading
Please sign in to comment