X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-linked-list-set.h;h=947602f0c34e2177d3a829fd6863850208d24c6f;hb=9afab4092501a7e7e240a2dd9ed0892d1e0821de;hp=6e0d6296fd6b53a04ba05727240d196daab5fb08;hpb=82041260ed737b80e1ba8adef3f9a031c069303a;p=mono.git diff --git a/mono/utils/mono-linked-list-set.h b/mono/utils/mono-linked-list-set.h index 6e0d6296fd6..947602f0c34 100644 --- a/mono/utils/mono-linked-list-set.h +++ b/mono/utils/mono-linked-list-set.h @@ -152,7 +152,7 @@ mono_lls_filter_accept_all (gpointer elem) mono_memory_write_barrier (); \ mono_hazard_pointer_clear (hp__, 1); \ if (list__->free_node_func) { \ - mono_thread_hazardous_free_or_queue (cur__, list__->free_node_func, list__->locking, HAZARD_FREE_ASYNC_CTX); \ + mono_thread_hazardous_queue_free (cur__, list__->free_node_func); \ } \ } else { \ restart__ = TRUE; \