[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: FreeDBListing
Anna:
We will check this problem out for you, and get back to you on it. Thanks
for reporting this problem.
-Tex
> -----Original Message-----
> From: Anna Morgan [mailto:alahoud@xxxxxxx]
> Sent: Thursday, September 27, 2001 4:25 PM
> To: imc-cml@xxxxxxxxxxxx
> Subject: 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
>
>