Explorar el Código

fixed clear()

Nicolas Cannasse hace 17 años
padre
commit
d79862e137
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      std/List.hx

+ 1 - 0
std/List.hx

@@ -138,6 +138,7 @@ class List<T> {
 	**/
 	**/
 	public function clear() : Void {
 	public function clear() : Void {
 		h = null;
 		h = null;
+		q = null;
 		length = 0;
 		length = 0;
 	}
 	}