Skip to content

Remove manual memory management to enhance memory safety#131

Open
jdh8 wants to merge 2 commits intodds-bridge:developfrom
jdh8:develop
Open

Remove manual memory management to enhance memory safety#131
jdh8 wants to merge 2 commits intodds-bridge:developfrom
jdh8:develop

Conversation

@jdh8
Copy link
Contributor

@jdh8 jdh8 commented Jun 4, 2024

  1. Replace all instances of delete with automatic memory management
    a. Use automatic variables if possible
    b. Use std::unique_ptr if we must
  2. Replace empty destructors with default ones to allow inlining

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant