From 30ad41cf999ce8f46308252735c1010a32468939 Mon Sep 17 00:00:00 2001 From: Srivardhan Hebbar Date: Wed, 21 Oct 2015 14:01:38 -0700 Subject: [PATCH] ecore_x: remove useless assignment. Summary: Signed-off-by: Srivardhan Hebbar Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D3206 Signed-off-by: Cedric BAIL --- src/lib/ecore_x/xlib/ecore_x_randr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c b/src/lib/ecore_x/xlib/ecore_x_randr.c index 1a94857..484e86e 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr.c @@ -1954,7 +1954,6 @@ ecore_x_randr_crtc_info_free(Ecore_X_Randr_Crtc_Info *info) if (info->outputs) free(info->outputs); if (info->possible) free(info->possible); free(info); - info = NULL; } } #endif -- 2.7.4