ecore_con: correct a typo wrongly calling super destructor instead of super invalidate.

Differential Revision: https://phab.enlightenment.org/D6081
This commit is contained in:
Cedric BAIL 2018-05-01 16:19:36 -07:00
parent 7ca25cae0f
commit 67e48c679d
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ _efl_net_server_ssl_efl_object_invalidate(Eo *o, Efl_Net_Server_Ssl_Data *pd)
{
pd->server = NULL;
efl_destructor(efl_super(o, MY_CLASS));
efl_invalidate(efl_super(o, MY_CLASS));
}
EOLIAN void