git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1474 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2008-02-08 20:06:26 +00:00
parent a554d22cd1
commit 46ec86356e
1 changed files with 2 additions and 0 deletions

View File

@ -427,6 +427,8 @@ void xdrfreebuf()
{
if (ip) free(ip);
if (buf) free(buf);
ip = NULL;
buf = NULL;
}