fix some cppcheck detected issues

This commit is contained in:
DarthArgus
2015-07-28 14:52:33 -05:00
parent 0eeacb3709
commit 33139d7b5c
5 changed files with 29 additions and 26 deletions
@@ -96,7 +96,7 @@ addrList()
if (errno != EINVAL || lastReqSize != 0)
{
WARNING(true, ("Error getting interface list: %s", strerror(errno)));
delete buf;
delete[] buf;
return;
}
}