]> granicus.if.org Git - yasm/commit
Separate decrement and nasm_free() call; with dmalloc enabled, nasm_free()
authorPeter Johnson <peter@tortall.net>
Thu, 2 Oct 2003 03:53:53 +0000 (03:53 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 2 Oct 2003 03:53:53 +0000 (03:53 -0000)
commit18b2af8355f76ea9fb1c883488d4ca8046766453
treebab621e29634350a78d71d450c74c8922babeec5
parent9d784e9d6540696dda776f129c04ab476d11333b
Separate decrement and nasm_free() call; with dmalloc enabled, nasm_free()
is a macro (in the yasm version) that uses the passed pointer twice.

svn path=/trunk/yasm/; revision=1057
modules/preprocs/nasm/nasm-eval.c