Skip to content

Commit

Permalink
Merge branch 'async_future' of github.com:madsbk/kvikio into async_fu…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
madsbk committed Sep 21, 2023
2 parents 3bfada2 + 086a106 commit dea28d5
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 dea28d5

Please sign in to comment.