From 43184b7b885b57316e6788fa122465498759707f Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 27 Jun 2012 15:25:56 +0400 Subject: [PATCH] * alloc.c (allocate_string): Fix last change. --- src/ChangeLog | 4 ++++ src/alloc.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.2