fix memory bug

This commit is contained in:
Hongze Cheng 2022-03-24 06:00:35 +00:00
parent 820de153a8
commit d59b65fa54
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ TEST(tdb_test, simple_test) {
{
char key[64];
char val[64];
void *pVal;
void *pVal = NULL;
int vLen;
{ // Insert some data