emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jim Meyering
Subject: [Emacs-diffs] Changes to emacs/src/unexmacosx.c,v
Date: Thu, 12 Jun 2008 22:53:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jim Meyering <meyering> 08/06/12 22:53:08

Index: unexmacosx.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexmacosx.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- unexmacosx.c        14 May 2008 07:49:56 -0000      1.27
+++ unexmacosx.c        12 Jun 2008 22:53:07 -0000      1.28
@@ -1318,6 +1318,8 @@
 void
 unexec_free (void *ptr)
 {
+  if (ptr == NULL)
+    return;
   if (in_dumped_exec)
     {
       if (!ptr_in_unexec_regions (ptr))




reply via email to

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