]> git.eshelyaron.com Git - emacs.git/commit
Fix a small pdumper memory leak
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 15:20:54 +0000 (08:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 15:21:41 +0000 (08:21 -0700)
commit93c0527a6afbdd5228ff5590d03a35f738a47d18
treebd332905ea335f461e7071fc18357621a538b74d
parent95373b69b34f9756d2f05b19798b763d22aa5f0a
Fix a small pdumper memory leak

* src/pdumper.c (dump_mmap_reset): Free the private area here ...
(dump_mm_heap_cb_release): ... instead of here.
(dump_mmap_release_heap): Simplify by avoiding a local.
(dump_mmap_contiguous): Reindent GNU style.
src/pdumper.c