Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit 644c4b6

Browse files
melynxGnnng
authored andcommitted
Add "[demo]" tag to leak demo msg
1 parent df8c6a5 commit 644c4b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ fn main() {
550550
info!("freeing ra_context: {}", ra_context);
551551

552552
// perform the leak demo
553-
info!("performing leak demo...");
553+
info!("[demo] performing leak demo...");
554554
let mut leaked_ptr: usize = 0;
555555
unsafe { demo_leak(eid, &mut retval, &mut leaked_ptr) };
556556
unsafe {

0 commit comments

Comments
 (0)