Thanks Stepan. -Mark. On 11 September 2007 at 2:36, [EMAIL PROTECTED] wrote: > Author: smishura > Date: Mon Sep 10 19:36:50 2007 > New Revision: 574436 > > URL: http://svn.apache.org/viewvc?rev=574436&view=rev > Log: > Fix typo introduced by r574370 > > Modified: > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows > /OSNetworkSystemWin32.c > > Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/w > indows/OSNetworkSystemWin32.c > URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lun > i/src/main/native/luni/windows/OSNetworkSystemWin32.c?rev=574436&r1=574435&r2 > =574436&view=diff > ============================================================================= > = > --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows > /OSNetworkSystemWin32.c (original) > +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows > /OSNetworkSystemWin32.c Mon Sep 10 19:36:50 2007 > @@ -308,9 +308,9 @@ > } > ret = REACHABLE; > cleanup: > - hymem_allocate_memory(fdset_read); > - hymem_allocate_memory(send_buf); > - hymem_allocate_memory(recv_buf); > + hymem_free_memory(fdset_read); > + hymem_free_memory(send_buf); > + hymem_free_memory(recv_buf); > WSACleanup(); > return ret; > } >
