changeset 21771:5370881bfbd6

(TEX_decode_env): Don't free the value getenv returns.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Apr 1998 03:57:04 +0000
parents 9693cb3a0f9d
children 95df64150c8a
files lib-src/etags.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Sun Apr 26 02:50:41 1998 +0000
+++ b/lib-src/etags.c	Sun Apr 26 03:57:04 1998 +0000
@@ -3747,7 +3747,6 @@
     {
       char *oldenv = env;
       env = concat (oldenv, defenv, "");
-      free (oldenv);
     }
 
   /* Allocate a token table */