diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-20 23:49:18 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:29 -0400 |
commit | c30f52090012f4632f4cfe6536abc4af7edfe363 (patch) | |
tree | 07388964ba67caba450283b28c7a9eff7e01a220 /xpath.cc | |
parent | b84f676946941df6f7e8476d77d1db0cbe7736c5 (diff) | |
download | ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.gz ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.bz2 ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.zip |
Decreased memory usage considerably
Diffstat (limited to 'xpath.cc')
-rw-r--r-- | xpath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -546,7 +546,7 @@ bool xpath_t::function_scope_t::resolve(const string& name, xpath_t::op_t::~op_t() { - TRACE_DTOR("xpath_t::op_t"); + TRACE_DTOR(xpath_t::op_t); DEBUG_PRINT("ledger.xpath.memory", "Destroying " << this); assert(refc == 0); |