Explorar o código

removed a superfluous memory allocation

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6873 8c9fc860-2736-0410-a75d-ab315db34111
eth.guenter %!s(int64=8) %!d(string=hai) anos
pai
achega
269a7943cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/OZip.mod

+ 1 - 1
source/OZip.mod

@@ -144,7 +144,7 @@ type
 		bwIndex: longint;
 		buffer: array BlockSize of char;
 	begin 
-		new( huff );  new( codeTable );
+		new( huff ); 
 		w.RawLInt( ComprTag );
 		loop
 			r.Bytes( buffer, 0, BlockSize, chunksize );