Merge pull request #3057 from BrzVlad/fix-major-log3
[mono.git] / mono / utils / mono-linked-list-set.h
index 6e0d6296fd6b53a04ba05727240d196daab5fb08..947602f0c34e2177d3a829fd6863850208d24c6f 100644 (file)
@@ -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; \