Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamm17 committed Feb 20, 2024
1 parent fc5e1f4 commit d032d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/cvcuda_holoscan_interop/gxf_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inline std::shared_ptr<void*> get_custom_shared_ptr(
if (pointer != nullptr) {
if (*pointer != nullptr) {
cudaFree(*pointer);
pointer = nullptr;
*pointer = nullptr;
}
delete pointer;
pointer = nullptr;
Expand Down

0 comments on commit d032d72

Please sign in to comment.