diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-03 15:38:13 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-03 15:38:13 +0100 |
| commit | 66a918a4621f1ecb828e68eac94fdb34852e9570 (patch) | |
| tree | 48a4bd4b3545a8379ffb74cd79b03243dcb4629f /src/ui/ui_tax.cpp | |
| parent | 83a9739b3aff75cf767db687bd531fa5283e0e72 (diff) | |
ui improvements
Diffstat (limited to 'src/ui/ui_tax.cpp')
| -rw-r--r-- | src/ui/ui_tax.cpp | 2 |
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() |
