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