Re: GQuark question

2006-05-14 Thread Milosz Derezynski
And what is your question exactly? :DOn 5/14/06, John Martin <[EMAIL PROTECTED]> wrote: I was trying to better understand how GQuarks work with GError and while looking at the implementation I noticed the hash table allocated to hold the quarks is never destroyed. The source I'm looking at is from

GQuark question

2006-05-13 Thread John Martin
I was trying to better understand how GQuarks work with GError and while looking at the implementation I noticed the hash table allocated to hold the quarks is never destroyed. The source I'm looking at is from glib-2.8.6. The hash table is local to the file gdataset.c and is named g_quark_ht. ___