compiler/libec: Fixed memory leak in ProcessTypeSpecs
authorJerome St-Louis <jerome@ecere.com>
Sat, 5 Jul 2014 22:24:46 +0000 (18:24 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 5 Jul 2014 22:24:46 +0000 (18:24 -0400)
commit7c6d1bb8b671095af88a917b927a27634586e253
tree3143bd7933b622ac462542d429f37f3061f7aa77
parent55fb6e91448a142baea4909a2522465346447f9d
compiler/libec: Fixed memory leak in ProcessTypeSpecs
- enumName was being copied again when it was already copied by CopyTypeInto()
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/libec/src/ast.ec
compiler/libec/src/freeAst.ec