Memory leak with liblogging APIs
Brought to you by:
rgerhards
There is memory leak incase when the TCP host of syslog service is down.
In function sbSessObj* sbSessOpenSession(char* pszRemotePerr.int iPort, sbNVTRObj *pProfSupported)
{
..............
if((pThis->pChannels = sbNVTRConstruct()) == NULL)
{
SRFREEOBJ(pThis);
return NULL;
}
.............
}
there is memory leak which is very high