Skip to content

hhash: fix direct call to free and use mempool better

Dominik Taborsky requested to merge hhash-mm-bugfix into master

In once case there was a direct call to free() even though a mempool is used. In other cases the code called the context structure functions instead of the generic ones.

Merge request reports

Loading