Fix bug in recent styled_format change
commit9226cf325421a168b42bd27abf5e171e877b48b9
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Oct 2017 17:32:46 +0000 (6 10:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Oct 2017 17:33:53 +0000 (6 10:33 -0700)
tree4d36ec218d3f674f159bc9c7a7418975d4b1062c
parentfa92f0c44715fc49e19de001ee8b217ce847d954
Fix bug in recent styled_format change

Problem reported by Kaushal Modi in:
http://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00141.html
* src/editfns.c (styled_format): Fix bug where USE_SAFE_ALLOCA was
not always followed by SAFE_FREE.  This bug was introduced in my
patch 2017-09-26T23:31:57Z!eggert@cs.ucla.edu entitled "Avoid some
unnecessary copying in Fformat etc."
src/editfns.c