emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32.c,v
Date: Thu, 25 Oct 2007 10:28:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/25 10:28:38

Index: w32.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- w32.c       9 Oct 2007 08:52:51 -0000       1.117
+++ w32.c       25 Oct 2007 10:28:37 -0000      1.118
@@ -1149,6 +1149,7 @@
                /* Also ignore empty environment variables.  */
                || *lpval == 0)
              {
+               if (lpval) xfree (lpval);
                lpval = env_vars[i].def_value;
                dwType = REG_EXPAND_SZ;
                dont_free = 1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]