mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
IDE: added clarifying comment in LoadCustomKeySchemasInDir procedure of keymapping.pp unit
(cherry picked from commit 6a1faf1419
)
This commit is contained in:
parent
c6d4ee73be
commit
3211889649
@ -4387,6 +4387,7 @@ begin
|
||||
exp.DefineCommandCategories; // default Relations
|
||||
exp.LoadFromXMLConfig(xml, 'KeyMapping/', false);
|
||||
dst.AddObject(nm, exp);
|
||||
//now exp is owned by dst, don't free it in this procedure
|
||||
exp := nil;
|
||||
end;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user