fix double free on shutdown

fun fact: freeing things on shutdown like this is just wasted lines of code
This commit is contained in:
Mike Blumenkrantz 2014-05-04 23:02:15 -04:00
parent 570c312da5
commit fe9f5b09c6
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ main (int argc, char ** argv)
ecore_shutdown();
PT("session shutdown\n");
entrance_session_shutdown();
free(dname);
if (entrance_session_logged_get())
{
PT("user logged, waiting...\n");