ector: removing useless assignement.

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>
This commit is contained in:
Srivardhan Hebbar 2015-10-19 11:17:22 -07:00 committed by Cedric BAIL
parent 924953591d
commit d541d9281e
1 changed files with 0 additions and 1 deletions

View File

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