Re: Problem deallocating memory using d2i_TS_RESP

2005-03-29 Thread Nils Larsch
Aftab Alam wrote: Hi All, I am using the following code to create TS response object from DER encoded data, bool CreateResponseFromFile(const char * pszTSResponsePath) { char * buffer; long size; //"C:\\ts\\TstResponse.tsr" ifstream file (pszTSResponsePath, ios::in|

Problem deallocating memory using d2i_TS_RESP

2005-03-29 Thread Aftab Alam
Hi All, I am using the following code to create TS response object from DER encoded data, bool CreateResponseFromFile(const char * pszTSResponsePath) { char * buffer; long size; //"C:\\ts\\TstResponse.tsr" ifstream file (pszTSResponsePath, ios::in|ios::binary|ios