Merge branch 'master' into opt-ssl-for-sha
This commit is contained in:
commit
c7204f316c
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ HashMapDelete(HashMap * map, const char *key)
|
||||||
if (bucket->hash == hash)
|
if (bucket->hash == hash)
|
||||||
{
|
{
|
||||||
bucket->hash = 0;
|
bucket->hash = 0;
|
||||||
|
Free(bucket->key);
|
||||||
|
bucket->key = NULL;
|
||||||
return bucket->value;
|
return bucket->value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue