From 6ea8b073663491581f2380170a691f6fd3917e53 Mon Sep 17 00:00:00 2001 From: rexim Date: Mon, 20 Jan 2020 01:47:03 +0700 Subject: [PATCH] Add TODO(#1244) --- src/game/level/level_editor/undo_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/level/level_editor/undo_history.c b/src/game/level/level_editor/undo_history.c index 2a7745de..5ddfb7eb 100644 --- a/src/game/level/level_editor/undo_history.c +++ b/src/game/level/level_editor/undo_history.c @@ -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), -- 2.44.0