[sword-cvs] sword/src/modules/texts/rawtext rawtext.cpp,1.61,1.62

sword@www.crosswire.org sword@www.crosswire.org
Thu, 19 Jun 2003 09:58:32 -0700


Update of /usr/local/cvsroot/sword/src/modules/texts/rawtext
In directory www:/tmp/cvs-serv19591/src/modules/texts/rawtext

Modified Files:
	rawtext.cpp 
Log Message:
no message

Index: rawtext.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/texts/rawtext/rawtext.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** rawtext.cpp	26 Feb 2003 03:23:44 -0000	1.61
--- rawtext.cpp	19 Jun 2003 16:58:30 -0000	1.62
***************
*** 384,388 ****
  
  							// get data for this word from database
! 							free(idxbuf);
  							idxbuf = 0;
  							datBuf = "";
--- 384,388 ----
  
  							// get data for this word from database
! 							delete [] idxbuf;
  							idxbuf = 0;
  							datBuf = "";