Skip to content

Commit

Permalink
No longer to protect one statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 19, 2024
1 parent d9234e4 commit 62f74bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/utils/arrow_adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void ArrowAdapter::release_schema(struct ArrowSchema* schema) {
}
if (schema->format != nullptr) {
LOG_TRACE("[ArrowAdapter] release_schema schema->format");
//free((void*)schema->format);
free((void*)schema->format);

Check warning on line 53 in libtiledbsoma/src/utils/arrow_adapter.cc

View check run for this annotation

Codecov / codecov/patch

libtiledbsoma/src/utils/arrow_adapter.cc#L52-L53

Added lines #L52 - L53 were not covered by tests
schema->format = nullptr;
}
if (schema->metadata != nullptr) {
Expand Down

0 comments on commit 62f74bb

Please sign in to comment.