ecore_x: remove useless assignment.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Wed, 21 Oct 2015 21:01:38 +0000 (14:01 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 21 Oct 2015 21:01:41 +0000 (14:01 -0700)
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3206

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_x/xlib/ecore_x_randr.c

index 1a94857..484e86e 100644 (file)
@@ -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