summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@fpcomplete.com>2013-01-30 17:00:07 -0600
committerJohn Wiegley <johnw@fpcomplete.com>2013-01-30 17:00:07 -0600
commit2b245f823b0cab9aad74a5c0b59dc6de66dee21a (patch)
tree31d1b5ded9fd9dcb938f1b84569f02705627c9fe /src/textual.cc
parent7e0666b013eeb99c142b453107d1df530ba68c6c (diff)
downloadfork-ledger-2b245f823b0cab9aad74a5c0b59dc6de66dee21a.tar.gz
fork-ledger-2b245f823b0cab9aad74a5c0b59dc6de66dee21a.tar.bz2
fork-ledger-2b245f823b0cab9aad74a5c0b59dc6de66dee21a.zip
Added missing call to timelog.close()
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 6106914f..b19ce79a 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -282,6 +282,10 @@ void instance_t::parse()
}
}
+#if defined(TIMELOG_SUPPORT)
+ timelog.close();
+#endif // TIMELOG_SUPPORT
+
TRACE_STOP(instance_parse, 1);
}