Commit 60109ca1 authored by Igor Chorążewicz's avatar Igor Chorążewicz
Browse files

concurrent_hash_map: fix free_data()

If free_data() was called twice this led to assertion failure and
possible double free.

This patch skips freeing data when tls_ptr is already nullptr.
parent 9ed63dff
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment