emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108766: * alloc.c (allocate_strin


From: Dmitry Antipov
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108766: * alloc.c (allocate_string): Fix last change.
Date: Fri, 02 Nov 2012 01:46:05 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108766
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-27 15:25:56 +0400
message:
  * alloc.c (allocate_string):  Fix last change.
modified:
  src/ChangeLog
  src/alloc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-27 11:19:54 +0000
+++ b/src/ChangeLog     2012-06-27 11:25:56 +0000
@@ -1,5 +1,9 @@
 2012-06-27  Dmitry Antipov  <address@hidden>
 
+       * alloc.c (allocate_string):  Fix last change.
+
+2012-06-27  Dmitry Antipov  <address@hidden>
+
        * alloc.c (allocate_string):  Remove two redundant calls
        to memset, add explicit initialization where appropriate.
 

=== modified file 'src/alloc.c'
--- a/src/alloc.c       2012-06-27 11:19:54 +0000
+++ b/src/alloc.c       2012-06-27 11:25:56 +0000
@@ -1962,7 +1962,6 @@
   /* SIZE and SIZE_BYTE fields will be initialized
      by calling allocate_string_data.  */
   s->intervals = NULL_INTERVAL;
-  s->data = NULL;
 
   --total_free_strings;
   ++total_strings;


reply via email to

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