<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - poppler SplashFontSrc leaking in SplashOutputDev::doUpdateFont"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91055#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - poppler SplashFontSrc leaking in SplashOutputDev::doUpdateFont"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91055">bug 91055</a>
              from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
        <pre>I guess this is a windows only problem, for the rest of platforms we're already
unref'ing it in SplashFontEngine::load* inside a 
#ifndef _WIN32

If we add that unref wholesale as you suggest we're double freeing in non
windows platforms so you'll need to propose a better patch, either adding the
unref only for windows or seeing if we can actually remove those #ifndef _WIN32
in the  SplashFontEngine::load* functions</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>