dtinfo: Fix coverity issues for resource leaks

This commit is contained in:
Peter Howkins
2018-04-04 22:07:10 +01:00
parent 9ef3b9ec68
commit 2b15c4057e
11 changed files with 47 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ string::string(char* str, int size)
string::~string()
{
delete sbuf;
}
char* string::c_str()