Skip to content

Commit

Permalink
Update cpp/include/kvikio/stream.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
madsbk and wence- authored Sep 21, 2023
1 parent 3d7d50a commit 086a106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class StreamFuture {
} catch (const kvikio::CUfileException& e) {
std::cerr << e.what() << std::endl;
}
free(_val);
std::free(_val);
}
}
};
Expand Down

0 comments on commit 086a106

Please sign in to comment.