preproc: Workaround a usage after free bug
commit736be08cf3ec4d1da31f350359feb8c1c782de9a
authorAdam Majer <amajer@suse.de>
Tue, 25 Jul 2017 08:42:01 +0000 (25 10:42 +0200)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 25 Jul 2017 10:29:30 +0000 (25 13:29 +0300)
tree026dbc5a43effd4373a3cbd8dc160fd9a656c1c1
parentf9ec5bbd2af6ff5276f1fd5ab52df4ed7b096344
preproc: Workaround a usage after free bug

In some circumstantes this free is incorrect resulting
in usage after-free. Workaround it by not freeing memory
here.

https://bugzilla.nasm.us/show_bug.cgi?id=3392414

gorcunov@:
 - slightly tuneup the comment

Signed-off-by: Adam Majer <amajer@suse.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
asm/preproc.c