GNOME Bugzilla – Bug 645236
Don't leak translate queue in GdkDisplay
Last modified: 2011-04-09 01:35:05 UTC
Created attachment 183795 [details] [review] Don't leak translate queue in GdkDisplay Don't leak translate queue in GdkDisplay
Why replace the queue by an array ? That seems entirely unrelated to not leaking it...
By replacing it with the array when the GdkDisplay frees it the array's free func will free the elements.
I'd rather keep the queue and add the one line to free the elements.