<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - GObject derived types do not chain finalize methods to their parent class"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55521#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - GObject derived types do not chain finalize methods to their parent class"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55521">bug 55521</a>
              from <span class="vcard"><a class="email" href="mailto:glennricster@gmail.com" title="Glenn Rice <glennricster@gmail.com>"> <span class="fn">Glenn Rice</span></a>
</span></b>
        <pre>I have noticed that there are other gobject derived classes that also do not
properly chain up the finalize method to the parent classes.  For example the
PopplerFontInfo class does not do this either.  However, some do.  For example
PopplerAttachment does.

Not calling the parent classes finalize method is a potential memory leak. 
This also prevents some registered callbacks from being called at destruction
time as needed.</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>