Free timestamp and id for receipts

This commit is contained in:
James Booth
2015-08-09 23:08:36 +01:00
parent dea10ecfdc
commit 0410dd90f1
2 changed files with 3 additions and 1 deletions

View File

@@ -940,6 +940,7 @@ win_print_with_receipt(ProfWin *window, const char show_char, int pad_indent, GT
_win_print(window, show_char, pad_indent, time, flags, theme_item, from, message, receipt);
// TODO: cross-reference.. this should be replaced by a real event-based system
ui_input_nonblocking(TRUE);
g_date_time_unref(time);
}
void