Skip to content

Commit 5a6bc2d

Browse files
committed
[llvm-c-test] Fix leak after D138415
1 parent e379b4e commit 5a6bc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/llvm-c-test/debuginfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ int llvm_get_di_tag(void) {
225225
assert(tag1 == 0x13);
226226
(void)tag1;
227227

228+
LLVMDisposeDIBuilder(builder);
228229
LLVMDisposeModule(m);
229230

230231
return 0;

0 commit comments

Comments
 (0)