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:
parent
3fe6dd74d0
commit
43184b7b88
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user