compiler/libec: Fixed memory leak on class context when pre-declaring a class and...
authorJerome St-Louis <jerome@ecere.com>
Thu, 16 Feb 2012 19:11:35 +0000 (02:11 +0700)
committerJerome St-Louis <jerome@ecere.com>
Thu, 16 Feb 2012 19:11:35 +0000 (02:11 +0700)
commit13c5549d2d1f48140aa39d94e9ecc39d6b9c0115
treedb63349ac15b8b72234b29e898267df58be963d9
parent04f190c5bab816178e3efd5c4a56e376ac8e13cb
compiler/libec: Fixed memory leak on class context when pre-declaring a class and then defining it in same file (class MyClass; class MyClass { })
compiler/libec/src/ast.ec