X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-conc-hashtable.c;h=b5b3539d116c00eef3eba67d112ff9d521df3f9c;hb=0fa33056a6742b2ee02604596b355d661d9bdc41;hp=e0b2dcbbb0e36c49e649da110e62f8a6fd87d247;hpb=0a7461e32c3b99563c515a0079923a4471e44240;p=mono.git diff --git a/mono/utils/mono-conc-hashtable.c b/mono/utils/mono-conc-hashtable.c index e0b2dcbbb0e..b5b3539d116 100644 --- a/mono/utils/mono-conc-hashtable.c +++ b/mono/utils/mono-conc-hashtable.c @@ -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); }