<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:carlosgc@gnome.org" title="Carlos Garcia Campos <carlosgc@gnome.org>"> <span class="fn">Carlos Garcia Campos</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Memory Leak in CairoFreeTypeFont::create"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89952">bug 89952</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Memory Leak in CairoFreeTypeFont::create"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89952#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Memory Leak in CairoFreeTypeFont::create"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89952">bug 89952</a>
              from <span class="vcard"><a class="email" href="mailto:carlosgc@gnome.org" title="Carlos Garcia Campos <carlosgc@gnome.org>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to Jason Crain from <a href="show_bug.cgi?id=89952#c7">comment #7</a>)
<span class="quote">> (In reply to Carlos Garcia Campos from <a href="show_bug.cgi?id=89952#c6">comment #6</a>)
> > You should also free the bytes in _ft_new_face when FT_New_Memory_Face
> > fails, no?

> It should be fine because when FT_New_Memory_Face fails, _ft_new_face will
> return false, and CairoFreeTypeFont::create will free it in the err2 label.</span >

Ah, I missed the gfree(font_data) in err2: label part. Pushed to git master
now, thanks!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>