[llvm-c-test] Fix leak after D138415

This commit is contained in:
Fangrui Song 2023-02-09 12:17:26 -08:00
parent e379b4e047
commit 5a6bc2da71

View File

@ -225,6 +225,7 @@ int llvm_get_di_tag(void) {
assert(tag1 == 0x13);
(void)tag1;
LLVMDisposeDIBuilder(builder);
LLVMDisposeModule(m);
return 0;