IDE: added clarifying comment in LoadCustomKeySchemasInDir procedure of keymapping.pp unit

(cherry picked from commit 6a1faf1419)
This commit is contained in:
Maxim Ganetsky 2023-11-17 01:44:57 +03:00
parent c6d4ee73be
commit 3211889649

View File

@ -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