mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 19:13:29 +00:00
Fix crash removing the loop section with SetLoopSectionCommand
This commit is contained in:
parent
b5db58d21c
commit
50fd6e9e2f
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user