diff --git a/projects/clr/rocclr/runtime/device/gpu/gpuprogram.cpp b/projects/clr/rocclr/runtime/device/gpu/gpuprogram.cpp index 50f1b93391..ab928bdf02 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpuprogram.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpuprogram.cpp @@ -1796,6 +1796,7 @@ HSAILProgram::~HSAILProgram() LogWarning( "Error while destroying the acl binary \n" ); } } + releaseClBinary(); delete globalStore_; delete kernels_; }