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_invoices.cpp | |
| parent | 83a9739b3aff75cf767db687bd531fa5283e0e72 (diff) | |
ui improvements
Diffstat (limited to 'src/ui/ui_invoices.cpp')
| -rw-r--r-- | src/ui/ui_invoices.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui_invoices.cpp b/src/ui/ui_invoices.cpp index 519544b..e9af66e 100644 --- a/src/ui/ui_invoices.cpp +++ b/src/ui/ui_invoices.cpp @@ -52,6 +52,9 @@ void ui::destroy_invoices() { memops::unalloc(invoice_items_buffer); memops::unalloc(activity_buffer); + + invoice_items_buffer = 0; + activity_buffer = 0; } void ui::setup_invoices() |
