iconcache: Remove a useless icon_cache_free
All it does is poke a few fields. There is no point to it.
This commit is contained in:
@ -256,8 +256,6 @@ meta_window_finalize (GObject *object)
|
||||
if (window->transient_for)
|
||||
g_object_unref (window->transient_for);
|
||||
|
||||
meta_icon_cache_free (&window->icon_cache);
|
||||
|
||||
g_free (window->sm_client_id);
|
||||
g_free (window->wm_client_machine);
|
||||
g_free (window->startup_id);
|
||||
|
Reference in New Issue
Block a user