[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FreeDBListing



I have the following code in my project and I get the following notice when
the SRL_FreeDBListing call is made:

HEAP[FGP Guard Prototype.exe]: Heap block at 01038010 modified at 01038048
past requested size of 30

CODE:
**********************************************************************
	// Display certificates
	dbEntryList_struct *pCertList;
	if ((m_nLastError = SRL_DatabaseList(m_ulSRLSession,&pCertList,
		SRL_DB_CERT,TRUE)) != SRL_SUCCESS)
		ErrorMessage("Error during SRL_DatabaseList.");
	else
	{
		....

		// If successful, must free CertList
		if (pCertList)
			SRL_FreeDBListing(m_ulSRLSession,&pCertList);
	}

**********************************************************************

Any help would be appreciated!  Thanks.

Anna Morgan
Verizon Federal Network Systems