From 3da4948c0fc1f2c21b163f0ec456b2d99c881258 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Sep 2013 12:31:19 -0400 Subject: Miscellaneous cleanups. --- plugins/face/face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/face/face.c') diff --git a/plugins/face/face.c b/plugins/face/face.c index 06a6bc675b..7ebfcf67a3 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -176,7 +176,7 @@ prepare_image (const gchar *image_filename, if (can_claim) e_alert_run_dialog_for_args (NULL, "org.gnome.evolution.plugins.face:not-an-image", err, NULL); - if (error) + if (error != NULL) g_error_free (error); } else { gint width, height; -- cgit v1.2.3