1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

* alloc.c (allocate_string): Fix last change.

This commit is contained in:
Dmitry Antipov 2012-06-27 15:25:56 +04:00
parent 3fe6dd74d0
commit 43184b7b88
2 changed files with 4 additions and 1 deletions

View 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

View 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;