Reinier Olislagers 11 년 전
부모
커밋
c07875c24c
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      querywindow.pas

+ 2 - 3
querywindow.pas

@@ -1497,9 +1497,8 @@ begin
       (ResultControls[i] as TSQLQuery).Close;
       (ResultControls[i] as TSQLQuery).DataSource:= nil;
     end;
-
-      ResultControls[i].Free;
-      ResultControls[i]:= nil;
+    ResultControls[i].Free;
+    ResultControls[i]:= nil;
   end;
 
   SetLength(ResultControls, 0);