YangGangAVA

Results 2 issues of YangGangAVA

thanks for your lib. Line 61 of compress.c elzma_compress_free did not clean up the hand when freeing the memory, resulting in a memory leak every time compression is performed. According...

I want to use Azure blob upload binary, my code: { int i = 0x3333; int iLen = sizeof(i); void *pData = &i; concurrency::streams::streambuf temp; temp.putn((uint8_t*)pData, iLen);// m_buffer is empty,...