aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-client.c')
-rw-r--r--shell/evolution-shell-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c
index e04d4cf26e..45cd81b070 100644
--- a/shell/evolution-shell-client.c
+++ b/shell/evolution-shell-client.c
@@ -584,9 +584,9 @@ evolution_shell_client_get_pixbuf_for_type (EvolutionShellClient *shell_client,
g_hash_table_insert (shell_client->priv->icons,
hash_name, pixbuf);
- }
+ } else
+ g_free (hash_name);
- g_free (hash_name);
gdk_pixbuf_ref (pixbuf);
return pixbuf;
}