Skip to content

Commit

Permalink
bindings: add a reminder to remove the delete[] patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed Jun 29, 2020
1 parent b2a8ac5 commit 1c3b1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ fn main() -> Result<()> {

// Patch the load memory logic to actually free the memory it allocates:
//
// TODO: this should maybe be sent upstream, if this is real.
// TODO: Since chiragsakhuja/lc3tools#12 was merged, remove this once
// there's a new release.
{
use std::io::{Read, Write};
let path: PathBuf = PathBuf::from(&BACKEND).join("mem.cpp");
Expand Down

0 comments on commit 1c3b1a8

Please sign in to comment.