Merge branch 'coverity-fixes' into dev

This commit is contained in:
heckflosse
2017-06-11 13:02:18 +02:00
20 changed files with 97 additions and 85 deletions

View File

@@ -314,6 +314,7 @@ CameraConst::parseEntry(void *cJSON_, const char *make_model)
return cc;
parse_error:
delete cc;
return nullptr;
}