aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-23 20:02:15 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-23 20:02:15 -0800
commitfa569b32fb925353057f9c0342b7b50009ed38f0 (patch)
tree99a73b951d422605aef41bfb9a94104d7f418083 /fish.cpp
parent78f8317de8507dbd5957922619d657348351f08e (diff)
Made intern'd strings thread safe.
Removed intern_free_all().
Diffstat (limited to 'fish.cpp')
-rw-r--r--fish.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/fish.cpp b/fish.cpp
index 734993d2..d13459dd 100644
--- a/fish.cpp
+++ b/fish.cpp
@@ -403,7 +403,5 @@ int main( int argc, char **argv )
env_destroy();
- intern_free_all();
-
return res?STATUS_UNKNOWN_COMMAND:proc_get_last_status();
}