Skip to content

Commit 6c88fb7

Browse files
committed
add back missing line
1 parent c5f9e8d commit 6c88fb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jet/elements/c_env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ pub(super) fn new_tx(
193193

194194
// Explicitly drop raw_annexes so Rust doesn't try any funny business dropping it early.
195195
// Drop raw_inputs first since it contains pointers into raw_annexes
196+
drop(raw_inputs);
196197
drop(raw_annexes);
197198
ret
198199
}

0 commit comments

Comments
 (0)