ソースを参照

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();

読み込み中…
キャンセル
保存