diff --git a/src/app/commands/cmd_set_loop_section.cpp b/src/app/commands/cmd_set_loop_section.cpp index eaf32de17..c6fee48f3 100644 --- a/src/app/commands/cmd_set_loop_section.cpp +++ b/src/app/commands/cmd_set_loop_section.cpp @@ -134,7 +134,6 @@ void SetLoopSectionCommand::onExecute(Context* ctx) Transaction transaction(writer.context(), "Remove Loop"); transaction.execute(new cmd::RemoveFrameTag(sprite, loopTag)); transaction.commit(); - delete loopTag; } }