ecore: binbuf doesn't accept NULL (that's what EINA_ARG_NONNULL tell us...)

SVN revision: 68403
This commit is contained in:
Cedric BAIL 2012-02-24 11:21:12 +00:00
parent c1f2c6f682
commit 11530b355d
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ _ecore_con_client_free(Ecore_Con_Client *cl)
if (cl->event_count) return;
ECORE_MAGIC_SET(cl, ECORE_MAGIC_NONE);
eina_binbuf_free(cl->buf);
if (cl->buf) eina_binbuf_free(cl->buf);
if (cl->host_server->type & ECORE_CON_SSL)
ecore_con_ssl_client_shutdown(cl);