mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 17:37:39 +01:00
IDE: added clarifying comment in LoadCustomKeySchemasInDir procedure of keymapping.pp unit
This commit is contained in:
parent
6025966d00
commit
6a1faf1419
@ -4414,6 +4414,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