Oops, dereferencing a pointer after it's been freed.

SVN revision: 7918
This commit is contained in:
rbdpngn 2003-11-19 23:05:08 +00:00 committed by rbdpngn
parent a04d70cc0f
commit 7f18c669d3
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ ecore_con_client_del(Ecore_Con_Client *cl)
}
data = cl->data;
_ecore_con_client_free(cl);
return cl->data;
return data;
}
/**