[parchive2-cvs] library/src/packet packet.cc,1.32,1.33
Status: Pre-Alpha
Brought to you by:
coppit
|
From: <el...@us...> - 2003-05-07 03:50:57
|
Update of /cvsroot/parchive2/library/src/packet
In directory sc8-pr-cvs1:/tmp/cvs-serv6653/src/packet
Modified Files:
packet.cc
Log Message:
Put delete[] buf back in. Prof. Coppit forgot it (hey, i'm a poet and didn't even realize it)
Index: packet.cc
===================================================================
RCS file: /cvsroot/parchive2/library/src/packet/packet.cc,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** packet.cc 7 May 2003 03:41:56 -0000 1.32
--- packet.cc 7 May 2003 03:50:54 -0000 1.33
***************
*** 66,69 ****
--- 66,71 ----
curpos = NULL;
+ delete[] buf;
+
return temp_md5;
}
|