fix fixme: free error strings on ssl shutdown
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Jul 2010 20:05:50 +0000 (20:05 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Jul 2010 20:05:50 +0000 (20:05 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50516 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_ssl.c

index 6be7214..7c5521d 100644 (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;
 }