<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    Greetings:<br>
    <br>
    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.<br>
    <br>
    I merely reversed the order of the free() operations.<br>
    <br>
    <br>
    <a href="http://cr.openjdk.java.net/%7Ejzavgren/8007636/webrev.01/">http://cr.openjdk.java.net/~jzavgren/8007636/webrev.01/</a><br>
    <br>
    Thanks!<br>
    John<br>
    <pre class="moz-signature" cols="72">-- 
John Zavgren
<a class="moz-txt-link-abbreviated" href="mailto:john.zavgren@oracle.com">john.zavgren@oracle.com</a>
603-821-0904
US-Burlington-MA</pre>
  </body>
</html>