Skip to content

Conversation

@bashbaug
Copy link
Contributor

Description of Changes

Refactors string queries. Instead of dynamically allocating memory that must be freed, read directly into a std::string instead. This is usually more compact, and there is no longer a need to remember to free the dynamic allocation.

Testing Done

A small amount of targeted testing for lesser-used features, like CLInfoLogging. I've also been using these changes locally for a few weeks and I haven't seen any unexpected issues.

Instead of dynamically allocating memory that must be freed, read
directly into a std::string instead.
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