<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - double free or corruption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66132#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - double free or corruption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66132">bug 66132</a>
              from <span class="vcard"><a class="email" href="mailto:ullysses.a.eoff@intel.com" title="U. Artie Eoff <ullysses.a.eoff@intel.com>"> <span class="fn">U. Artie Eoff</span></a>
</span></b>
        <pre>jekstrand identified the culprit:

<a href="http://cgit.freedesktop.org/wayland/weston/tree/src/compositor.c#n2210">http://cgit.freedesktop.org/wayland/weston/tree/src/compositor.c#n2210</a>

...commenting out that line fixes the core dump.

Other suspects that might result in double-free's are at:

./src/shell.c:1009:    free(resource);
./src/shell.c:3617:    free(resource);
./src/shell.c:3696:    free(resource);
./src/shell.c:3919:    free(resource);
./src/text-backend.c:537:    free(resource);
./src/text-backend.c:750:    free(resource);
./src/compositor.c:2210:    free(resource);
./src/compositor.c:2517:    free(resource);
./src/input.c:43:    free(resource);
./src/data-device.c:558:    free(resource);

However, I ran a few tests to hit "some" of those code paths and found no
indication of issue.</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>