]> granicus.if.org Git - icinga2/commit
Fixed memory leaks in the parser.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 6 Jun 2012 12:38:28 +0000 (14:38 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 6 Jun 2012 12:38:28 +0000 (14:38 +0200)
commit3e2b5d526934920c8f28ed0ee4a7c38c75b51672
tree8f44987ebcedc9da890af2bc3929823a2b66c115
parent100287dfdbb70d87a52155391f58d503fa1e72bd
Fixed memory leaks in the parser.
Improved Dictionary performance.
18 files changed:
base/dictionary.h
configure.ac
dyn/Makefile.am
dyn/config_lexer.cc
dyn/config_lexer.ll
dyn/config_parser.cc
dyn/config_parser.h
dyn/config_parser.yy
dyn/configcompiler.cpp
dyn/configcompiler.h
dyn/configitem.cpp
dyn/configitem.h
dyn/dynamicobject.cpp
dyn/dynamicobject.h
dyn/expression.cpp
dyn/expression.h
dyn/i2-dyn.h
dyntest/dyntest.cpp