mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Merge branch '2.6'
This commit is contained in:
commit
3f5acaa3fb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void json_object_seed(size_t seed) {
|
|||
if (new_seed == 0)
|
||||
new_seed = generate_seed();
|
||||
|
||||
__atomic_store_n(&hashtable_seed, new_seed, __ATOMIC_ACQ_REL);
|
||||
__atomic_store_n(&hashtable_seed, new_seed, __ATOMIC_RELEASE);
|
||||
} else {
|
||||
/* Wait for another thread to do the seeding */
|
||||
do {
|
||||
|
|
Loading…
Add table
Reference in a new issue