Comment 1 for bug 1057263

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I've isolated the problem to "destroyed_pixmaps_table" in gtk/window-decorator/

If I replace the g_hash_table_insert with g_object_unref then the leak doesn't happen. But I suspect that's not logically the right solution.