mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 00:36:05 +00:00
[llvm-c-test] Fix leak after D138415
This commit is contained in:
parent
e379b4e047
commit
5a6bc2da71
@ -225,6 +225,7 @@ int llvm_get_di_tag(void) {
|
|||||||
assert(tag1 == 0x13);
|
assert(tag1 == 0x13);
|
||||||
(void)tag1;
|
(void)tag1;
|
||||||
|
|
||||||
|
LLVMDisposeDIBuilder(builder);
|
||||||
LLVMDisposeModule(m);
|
LLVMDisposeModule(m);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user