]> granicus.if.org Git - yasm/commit
Plug memory leaks, and enhance finding later ones with *_delete functions.
authorPeter Johnson <peter@tortall.net>
Mon, 29 Oct 2001 04:52:44 +0000 (04:52 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 29 Oct 2001 04:52:44 +0000 (04:52 -0000)
commit4d95de5161399e432a423a5f5c38345ceb24431f
treefe10d9deb7d182db2d8c5ea36d843d94abc426b6
parentdc1c3c70f5271ae7679ba37ae49f5857ade67443
Plug memory leaks, and enhance finding later ones with *_delete functions.
Fix a *major* bug in expr_level_op().

svn path=/trunk/yasm/; revision=301
39 files changed:
frontends/yasm/yasm.c
libyasm/bitvect.c
libyasm/bitvect.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/expr.c
libyasm/linemgr.c
libyasm/section.c
libyasm/section.h
libyasm/symrec.c
libyasm/symrec.h
modules/arch/x86/expr.c
modules/arch/x86/x86expr.c
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/parser.c
modules/parsers/nasm/token.l.in
src/arch/x86/expr.c
src/arch/x86/x86expr.c
src/bitvect.c
src/bitvect.h
src/bytecode.c
src/bytecode.h
src/expr.c
src/globals.c
src/linemgr.c
src/main.c
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y
src/parsers/nasm/nasm-parser.c
src/parsers/nasm/parser.c
src/parsers/nasm/token.l.in
src/section.c
src/section.h
src/symrec.c
src/symrec.h
src/ternary.c
src/ternary.h