Looks fine to me. Thanks, Xuelei
On 6/17/2013 10:29 PM, John Zavgren wrote: > Greetings: > > I'm posting a fix for a memory leak. As you can see, the original code > deallocated a structure, thereby rendering it's memory invalid, then it > deallocated the memory that was allocated to one of its data members. > > I merely reversed the order of the free() operations. > > > http://cr.openjdk.java.net/~jzavgren/8007636/webrev.01/ > <http://cr.openjdk.java.net/%7Ejzavgren/8007636/webrev.01/> > > Thanks! > John > > -- > John Zavgren > [email protected] > 603-821-0904 > US-Burlington-MA >
