RFR JDK8007636 (original) (raw)
Brad Wetmore bradford.wetmore at oracle.com
Tue Jun 18 00:45:38 UTC 2013
- Previous message (by thread): RFR JDK8007636
- Next message (by thread): RFR JDK8007636
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ditto.
brad
On 6/17/2013 5:16 PM, Xuelei Fan wrote:
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 john.zavgren at oracle.com 603-821-0904 US-Burlington-MA
- Previous message (by thread): RFR JDK8007636
- Next message (by thread): RFR JDK8007636
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]