* alloc.c (allocate_string): Fix last change.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 27 Jun 2012 11:25:56 +0000 (15:25 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 27 Jun 2012 11:25:56 +0000 (15:25 +0400)
src/ChangeLog
src/alloc.c

index 0c3568e..169f0e4 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * alloc.c (allocate_string):  Fix last change.
+
 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * alloc.c (allocate_string):  Remove two redundant calls
index d7ebd55..8111487 100644 (file)
@@ -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;