<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Possible memory leak in resampler.c"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95377#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Possible memory leak in resampler.c"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95377">bug 95377</a>
              from <span class="vcard"><a class="email" href="mailto:barun.singh@samsung.com" title="Barun Kumar Singh <barun.singh@samsung.com>"> <span class="fn">Barun Kumar Singh</span></a>
</span></b>
        <pre>
Hi there,

In line no: 423 in src/pulsecore/resampler.c file, lfe_filter pointer is 
allocted and initiated by function "pa_lfe_filter_new". After that, at line no:
428, if init_table is returning < 0 the control is getting transferred to lable
fail: from where only variable "r" is freed. I think it needs to free 
"r->lfe_filter" pointer also if it is already allocated. If I am right, then
please let me know how can I upload the patch file for this fix.


Thanks
Barun Kr. Singh</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>