소스 검색

Plug database connection leak.

Neal Wilson 11 년 전
부모
커밋
17da088779
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      config/Reports/inventory.xml

+ 2
- 1
config/Reports/inventory.xml 파일 보기

@@ -174,7 +174,8 @@
174 174
                 output.writeTextElement("td", query.value(1));
175 175
                 output.writeTextElement("td", "");
176 176
                 output.writeTextElement("td", "");
177
-                output.writeEndElement();
177
+                query = query.invalidate();
178
+				output.writeEndElement();
178 179
                 output.writeEndElement();
179 180
                 output.writeEndElement();
180 181
                 output.writeEndElement();

Loading…
취소
저장