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 [EMACS_22_BASE]


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

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/25 10:34:36

Index: w32.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32.c,v
retrieving revision 1.111.2.3
retrieving revision 1.111.2.4
diff -u -b -r1.111.2.3 -r1.111.2.4
--- w32.c       29 Sep 2007 21:33:23 -0000      1.111.2.3
+++ w32.c       25 Oct 2007 10:34:36 -0000      1.111.2.4
@@ -1112,6 +1112,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]