consistently use malloc()/free() for C-style strings
There was a mix of new/delete, malloc()/free() and even several malloc()/delete, so this fixes actual bugs. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> (cherry picked from commit 8ff0cd04)
Showing
Please register or sign in to comment