]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1244)
authorrexim <reximkut@gmail.com>
Sun, 19 Jan 2020 18:47:03 +0000 (01:47 +0700)
committerrexim <reximkut@gmail.com>
Sun, 19 Jan 2020 18:47:03 +0000 (01:47 +0700)
src/game/level/level_editor/undo_history.c

index 2a7745ded745ff52d56e384cb2d7da130959cc21..5ddfb7eb83c9fa60b1f13bc254cc7c7deba42057 100644 (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),