fix fixme: free error strings on ssl shutdown

SVN revision: 50516
This commit is contained in:
Mike Blumenkrantz 2010-07-26 20:05:50 +00:00
parent c024369336
commit 7f68aaa0c0
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ _ecore_con_ssl_init_openssl(void)
static Ecore_Con_Ssl_Error
_ecore_con_ssl_shutdown_openssl(void)
{
// FIXME nothing to do ?
ERR_free_strings();
return ECORE_CON_SSL_ERROR_NONE;
}