summaryrefslogtreecommitdiff
path: root/xpath.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-20 23:49:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:29 -0400
commitc30f52090012f4632f4cfe6536abc4af7edfe363 (patch)
tree07388964ba67caba450283b28c7a9eff7e01a220 /xpath.cc
parentb84f676946941df6f7e8476d77d1db0cbe7736c5 (diff)
downloadledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.gz
ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.bz2
ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.zip
Decreased memory usage considerably
Diffstat (limited to 'xpath.cc')
-rw-r--r--xpath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.cc b/xpath.cc
index 0f57f51b..aa62edd9 100644
--- a/xpath.cc
+++ b/xpath.cc
@@ -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);