Explorar el Código

Plug database connection leak.

Neal Wilson hace 11 años
padre
commit
678bccb062
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      config/Reports/rwacp.xml

+ 2
- 1
config/Reports/rwacp.xml Ver fichero

@@ -114,7 +114,8 @@
114 114
 				query.exec();
115 115
 				query.next();
116 116
                 output.writeTextElement("td", query.value(0));
117
-                output.writeEndElement();
117
+                query = query.invalidate();
118
+				output.writeEndElement();
118 119
                 output.writeEndElement();
119 120
                 output.writeEndElement();
120 121
                 output.writeEndElement();

Loading…
Cancelar
Guardar