소스 검색

Plug database connection leak

Neal Wilson 10 년 전
부모
커밋
de23fd9414
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      config/Reports/auco.xml

+ 1
- 0
config/Reports/auco.xml 파일 보기

@@ -151,6 +151,7 @@
151 151
                     output.writeTextElement("td", query.value(2));
152 152
                     output.writeEndElement();
153 153
                 }
154
+				query = query.invalidate();
154 155
                 output.writeEndElement();
155 156
                 output.writeEndElement();
156 157
                 output.writeEndElement();

Loading…
취소
저장