<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ta, I will redo the patch.<span class="moz-smiley-s8"><span> =-O </span></span><br>
<br>
Jeff<br>
<br>
Detlef Riekenberg wrote:
<blockquote cite="mid1153682057.8646.22.camel@p4.LAN" type="cite">
  <pre wrap="">Jeff wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">+            if  (psssa-&gt;pssap-&gt;psva)
+                HeapFree(GetProcessHeap(), 0, psssa-&gt;pssap-&gt;psva);
+            if  (psssa-&gt;pssap-&gt;piAdvance)
+                HeapFree(GetProcessHeap(), 0,
psssa-&gt;pssap-&gt;piAdvance);
+            if  (psssa-&gt;pssap-&gt;pGoffset)
+                HeapFree(GetProcessHeap(), 0,
psssa-&gt;pssap-&gt;pGoffset);
+            if  (psssa-&gt;pssap-&gt;pwOutGlyphs)
+                HeapFree(GetProcessHeap(), 0,
psssa-&gt;pssap-&gt;pwOutGlyphs);
    </pre>
  </blockquote>
  <pre wrap=""><!---->
A NULL-Pointer is handled by HeapFree() and we cleaned up similar 
unneeded "if " - tests recently.

Thanks.



  </pre>
</blockquote>
<br>
</body>
</html>