Failed to wrap one clearenv() (take two)

SVN revision: 56744
This commit is contained in:
Eric Schuele 2011-02-06 01:53:33 +00:00
parent 6fdd078a03
commit dd094399bb
1 changed files with 2 additions and 0 deletions

View File

@ -164,9 +164,11 @@ main(int argc, char ** argv)
}
printf("\n-----------------\n");
#ifdef HAVE_CLEARENV
clearenv();
EINA_LIST_FREE(environment, env)
free(env);
#endif
printf("Passed %d of %d tests.\n", passed, num_tests);
while (run)