compiler/libec: Fixed a memory leak on self-referencing C structs typedefs
authorJerome St-Louis <jerome@ecere.com>
Wed, 15 Feb 2012 18:26:01 +0000 (01:26 +0700)
committerJerome St-Louis <jerome@ecere.com>
Wed, 15 Feb 2012 18:26:01 +0000 (01:26 +0700)
commit3ef50487731ea9039da83e4a9e1176b5dd2033d4
treea0549d7c90c575891b0f0703f7937f56a06a0347
parentcf639fd3bf6b7c52e1cfff919424b5c71838c4d7
compiler/libec: Fixed a memory leak on self-referencing C structs typedefs
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/libec/src/freeAst.ec
compiler/libec/src/pass15.ec