From: Dmitry Antipov Date: Wed, 27 Jun 2012 11:25:56 +0000 (+0400) Subject: * alloc.c (allocate_string): Fix last change. X-Git-Tag: emacs-24.2.90~1199^2~321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43184b7b885b57316e6788fa122465498759707f;p=emacs.git * alloc.c (allocate_string): Fix last change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0c3568efb4f..169f0e4a673 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-06-27 Dmitry Antipov + + * alloc.c (allocate_string): Fix last change. + 2012-06-27 Dmitry Antipov * alloc.c (allocate_string): Remove two redundant calls diff --git a/src/alloc.c b/src/alloc.c index d7ebd556f00..8111487ace2 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1962,7 +1962,6 @@ allocate_string (void) /* 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;