Fix memory leak.
This commit is contained in:
parent
4104de06ff
commit
3b74523a53
1 changed files with 1 additions and 0 deletions
|
@ -391,6 +391,7 @@ compensated_function static void ThashSplitBucket(int xid, recordid hashHeader,
|
|||
free(key);
|
||||
free(value);
|
||||
}
|
||||
TlinkedListClose(xid, it);
|
||||
}
|
||||
} end;
|
||||
|
||||
|
|
Loading…
Reference in a new issue