瀏覽代碼

Fix #1350: Access violation in hot keys options dialog

rich2014 1 年之前
父節點
當前提交
84c5074511
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/frames/foptionshotkeys.pas

+ 1 - 1
src/frames/foptionshotkeys.pas

@@ -782,7 +782,7 @@ begin
   FilterParts.Free;
 
   if CommandsFormCreated then
-    CommandsForm.Free;
+    Application.ReleaseComponent(CommandsForm);
 end;
 
 { TfrmOptionsHotkeys.FillCategoriesList }