darwin80-avoid-stack-free-20060915

thanks to apple for their help; all i did was code the patch
This commit is contained in:
Derrick Brashear 2006-09-16 01:10:23 +00:00
parent 1c8080fe9d
commit 3473fa4ec7

View File

@ -122,7 +122,9 @@ osi_NetReceive(osi_socket so, struct sockaddr_storage *saddr, int *slen,
*alength -= resid;
if (sa) {
*slen = sa->sa_len;
#ifndef AFS_DARWIN80_ENV
FREE(sa, M_SONAME);
#endif
}
return code;
}