[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono / utils / mono-conc-hashtable.c
index e0b2dcbbb0e36c49e649da110e62f8a6fd87d247..58cf945facf0a0136f920c2f94d72622df4c7ea9 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_free_or_queue (table, conc_table_free, HAZARD_FREE_MAY_LOCK, HAZARD_FREE_SAFE_CTX);
 }