Fixes to Coverity defects.

This commit is contained in:
Markus Makela
2015-05-22 05:36:58 +03:00
parent 9f024b5389
commit 9c461450e2
3 changed files with 5 additions and 2 deletions

View File

@ -73,7 +73,6 @@ MONITOR *mon;
LOGFILE_ERROR,
"Error : Unable to load monitor module '%s'.",
name)));
free(mon->name);
free(mon);
return NULL;
}