mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Fixed a bug in CheckArgs::clear().
This commit is contained in:
parent
706cc17748
commit
74efad3a0a
@ -127,6 +127,7 @@ void CheckArgs::clear()
|
||||
Option* option = *it;
|
||||
delete option;
|
||||
}
|
||||
m_options.clear();
|
||||
}
|
||||
|
||||
// Shows the available options for the program
|
||||
|
Loading…
Reference in New Issue
Block a user