Skip to content

Replacing native raw pointers with C++ smart pointers #16

Description

To enhance memory management and prevent potential memory leaks, replacing native raw pointers with C++ smart pointers would be more beneficial. This change will improve the reliability and safety of the driver by ensuring that resources are automatically managed and deallocated when no longer needed.

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions