facebook/openbmc

Memory Leak

QiAnXinCodeSafe opened this issue · 0 comments

Memory is allocated

g_pucInData = ( unsigned char * ) malloc( usSize / 8 + 2 );

but at the end of function,never free it