summaryrefslogtreecommitdiff
path: root/src/ui/ui_tax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_tax.cpp')
-rw-r--r--src/ui/ui_tax.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui_tax.cpp b/src/ui/ui_tax.cpp
index a89bd7a..1b1e374 100644
--- a/src/ui/ui_tax.cpp
+++ b/src/ui/ui_tax.cpp
@@ -33,6 +33,8 @@ void ui::setup_tax_report()
void ui::destroy_tax_report()
{
memops::unalloc(statement);
+
+ statement = 0;
}
void ui::draw_tax_report()