Merge pull request #2720 from mono/fix-39325
[mono.git] / mono / utils / mono-conc-hashtable.c
index e0b2dcbbb0e36c49e649da110e62f8a6fd87d247..b5b3539d116c00eef3eba67d112ff9d521df3f9c 100644 (file)
@@ -56,7 +56,7 @@ conc_table_free (gpointer ptr)
 static void
 conc_table_lf_free (conc_table *table)
 {
-       mono_thread_hazardous_free_or_queue (table, conc_table_free, TRUE, FALSE);
+       mono_thread_hazardous_try_free (table, conc_table_free);
 }