ecor_xcb: removing useless assignment.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Thu, 8 Oct 2015 10:23:32 +0000 (12:23 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 9 Oct 2015 08:00:32 +0000 (10:00 +0200)
Summary:
The assignment of NULL will have no effect on the caller. So removed that statment.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

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

index c4737a9..6bc7de9 100644 (file)
@@ -2180,7 +2180,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