Made intern'd strings thread safe.

Removed intern_free_all().
This commit is contained in:
ridiculousfish
2012-01-23 20:02:15 -08:00
parent 78f8317de8
commit fa569b32fb
3 changed files with 32 additions and 107 deletions

View File

@@ -403,7 +403,5 @@ int main( int argc, char **argv )
env_destroy();
intern_free_all();
return res?STATUS_UNKNOWN_COMMAND:proc_get_last_status();
}