master
rexim 2020-01-20 01:47:03 +07:00
parent 082024ffbd
commit 6ea8b07366
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ void undo_history_push(UndoHistory *undo_history,
{
trace_assert(undo_history);
// TODO: undo_history_push kinda leaks the memory
// TODO(#1244): undo_history_push kinda leaks the memory
HistoryItem item = {
.revert = revert,
.context_data = memory_alloc(undo_history->memory, context_data_size),