mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 11:19:24 +02:00
Keymap: fix, remove deleted entries from category.
git-svn-id: trunk@51563 -
This commit is contained in:
parent
6afec5c9b1
commit
1cab92748c
@ -1418,6 +1418,8 @@ end;
|
||||
|
||||
destructor TIDECommand.Destroy;
|
||||
begin
|
||||
if Category <> nil then
|
||||
Category := nil;
|
||||
FUsers.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user