]> git.eshelyaron.com Git - emacs.git/commit
Don't memset storage we're about to fill anyway.
authorKen Raeburn <raeburn@raeburn.org>
Tue, 13 Dec 2016 05:37:20 +0000 (00:37 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:20 +0000 (04:36 -0400)
commit711bff0d58ae11bf2011de38d57b42678c7d81e4
tree078656af7dd2499ab6e365e2859b518965069496
parentcd1a4077247f726793c215e7a3207954feb60428
Don't memset storage we're about to fill anyway.

* src/charset.c (load_charset_map_from_file): Don't bother to memset
the large allocated arrays before filling them.
src/charset.c