ecore_ipc: remove redundant code
authorThiep Ha <thiepha@gmail.com>
Mon, 27 Jul 2015 23:08:11 +0000 (01:08 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 28 Jul 2015 01:05:37 +0000 (03:05 +0200)
commit88b2bfe4354fdbd975d11096108d6e486918f0c6
tree34496df53e13afd435d9f797890fe7a3e248512c
parentf3768834c52d37f1cc13d4293e3322180ff5d6d7
ecore_ipc: remove redundant code

Summary:
buf is always NULL (already freed and set to NULL).
We don't need to add NULL checking and free it.

Reviewers: raster, cedric, Hermet

Subscribers: seoz, cedric

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

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