Skip to content
Snippets Groups Projects
Commit 337dbc39 authored by Pierre Ossman's avatar Pierre Ossman
Browse files

Return std::string instead of dynamic allocations

We mostly use classical C strings, but the memory management around them
can get confusing and error prone. Let's use std::string for the cases
where we need to return a newly allocated string.
parent dde95fcc
No related branches found
No related tags found
No related merge requests found
Showing
with 146 additions and 170 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment