ector: removing useless assignement.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Mon, 19 Oct 2015 18:17:22 +0000 (11:17 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Oct 2015 18:17:25 +0000 (11:17 -0700)
Summary:
Null assignment has no effect in the caller function. So removed it.

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

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ector/software/ector_renderer_software_shape.c

index d659c92..acbc5fa 100644 (file)
@@ -76,7 +76,6 @@ void _outline_destroy(Outline *outline)
         free(outline->ft_outline.tags);
         free(outline->ft_outline.contours);
         free(outline);
-        outline = NULL;
      }
 }