Explorar el Código

Plug database connection leak

Neal Wilson hace 10 años
padre
commit
de23fd9414
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      config/Reports/auco.xml

+ 1
- 0
config/Reports/auco.xml Ver fichero

@@ -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…
Cancelar
Guardar