> Fix session counter to be decreased in rte_security_session_destroy only when
> session was successfully destroyed.
>
> Formerly session counter was decreased prior session destroying and returning
> session object to mempool. It remained decreased even if session was not
> destroyed and mempool object released making counter invalid.
>
> Fixes: c261d1431bd8 ("security: introduce security API and framework")
> Cc: [email protected]
>
> Cc: [email protected]
>
> Signed-off-by: Lukasz Wojciechowski <[email protected]>
Acked-by: Anoob Joseph <[email protected]>