ecore_con: fix double free issue in ecore_con_eet.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Tue, 28 Apr 2015 12:13:30 +0000 (14:13 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 28 Apr 2015 12:14:07 +0000 (14:14 +0200)
commit5af99bdc7a3fdd71466e11eea6f21c1ca9c1d386
tree02f6dc12a12db57688f249933ada3eee7381b950
parentfbc51e0432bceb727c3212bc1ec344cf661185cf
ecore_con: fix double free issue in ecore_con_eet.

Summary:
While creating ecore_con_eet_server, if client is not set to false, then while deleting, it is checking for client and it is by default not false. So set it.
ecore_con_reply object is being deleted twice. So removed code to delete the reply object as it would be deleted after the callback.

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

Subscribers: cedric

Maniphest Tasks: T2372

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

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