Skip to content

Commit 8bc2a0b

Browse files
committed
---
yaml --- r: 2540 b: refs/heads/master c: aaf4181 h: refs/heads/master v: v3
1 parent 81025be commit 8bc2a0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 371dbf9834b04aec0041d1b397eeb320220d652a
2+
refs/heads/master: aaf41815b1bd9d9474307f0b7e1d553500a63ecc

trunk/src/comp/back/link.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ fn link_intrinsics(session::session sess, ModuleRef llmod) {
3939
}
4040

4141
auto llintrinsicsmod = llvm::LLVMRustParseBitcode(membuf);
42+
llvm::LLVMDisposeMemoryBuffer(membuf);
43+
4244
if ((llintrinsicsmod as uint) == 0u) {
4345
llvm_err(sess, "installation problem: couldn't parse intrinstics.bc");
4446
fail;

0 commit comments

Comments
 (0)