[parchive2-cvs] library/src/packet packet.cc,1.30,1.31
Status: Pre-Alpha
Brought to you by:
coppit
|
From: <el...@us...> - 2003-05-07 03:23:04
|
Update of /cvsroot/parchive2/library/src/packet
In directory sc8-pr-cvs1:/tmp/cvs-serv32018/src/packet
Modified Files:
packet.cc
Log Message:
Polished off a few bugs in tests, stoped core dumps, fixed output bug in test_main_packet.cc
Index: packet.cc
===================================================================
RCS file: /cvsroot/parchive2/library/src/packet/packet.cc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** packet.cc 6 May 2003 04:16:27 -0000 1.30
--- packet.cc 7 May 2003 03:22:59 -0000 1.31
***************
*** 63,67 ****
curpos = NULL;
- delete[] buf;
return temp_md5;
--- 63,66 ----
|