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

This commit is contained in:
Maxim Ganetsky 2023-11-17 01:44:57 +03:00
parent 6025966d00
commit 6a1faf1419

View File

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