Subj : CVS commit src/xpdev/str_list.c To : All From : rswindell Date : Sat Jan 01 2005 04:52 pm src/xpdev str_list.c 1.22 1.23 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv13659 Modified Files: str_list.c Log Message: Use strdup() (instead of malloc/strcpy) in strListCopy(). strListFree() now zero's the list pointer. .