forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1474 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a554d22cd1
commit
46ec86356e
|
@ -427,6 +427,8 @@ void xdrfreebuf()
|
|||
{
|
||||
if (ip) free(ip);
|
||||
if (buf) free(buf);
|
||||
ip = NULL;
|
||||
buf = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue