<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash / assert when resaving a specific PPT"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117797#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash / assert when resaving a specific PPT"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117797">bug 117797</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>Adding an if guard checking if mpSwapFile isn't empty around the following
lines gets rid of the debugger break and the assertion failure:

<a href="https://opengrok.libreoffice.org/xref/core/vcl/source/gdi/impgraph.cxx#1592">https://opengrok.libreoffice.org/xref/core/vcl/source/gdi/impgraph.cxx#1592</a>
======
setOriginURL(mpSwapFile->maOriginURL);
mpSwapFile.reset();
======

However, I'm not sure if that makes the code consistent, and would rather leave
the change to Tomaz.</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>