Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Aug 22, 2024
1 parent 177f352 commit 3dea38f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/messages/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ typename block::cptr block::deserialize(arena& arena, uint32_t version,
byte_allocator::deleter<chain::block>(&arena);

// Deallocate detached memory (nop if not detachable).
// Follows destructor just in case a destructor traverses memory.
arena.release(memory);
}));
}
Expand Down

0 comments on commit 3dea38f

Please sign in to comment.