瀏覽代碼

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 8 年之前
父節點
當前提交
269a7943cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 );