[asterisk-bugs] [Asterisk 0018444]: [patch] leak in meetme

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jan 29 10:31:19 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18444 
====================================================================== 
Reported By:                junky
Assigned To:                seanbright
====================================================================== 
Project:                    Asterisk
Issue ID:                   18444
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.6.2.18
Asterisk Version:           SVN 
JIRA:                       SWP-2739 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-12-09 02:10 CST
Last Modified:              2011-01-29 10:31 CST
====================================================================== 
Summary:                    [patch] leak in meetme
Description: 
While testing the newest 1.6.2.15, I realized there was a mem leak.

When a user join a meetme conf.
when they leave the conf, after the unlink, the unref is never done,
resulting in a memory leak.
====================================================================== 

---------------------------------------------------------------------- 
 (0131203) svnbot (reporter) - 2011-01-29 10:31
 https://issues.asterisk.org/view.php?id=18444#c131203 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 304728

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r304728 | seanbright | 2011-01-29 10:31:18 -0600 (Sat, 29 Jan 2011) | 23
lines

Merged revisions 304727 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r304727 | seanbright | 2011-01-29 11:28:27 -0500 (Sat, 29 Jan 2011) | 16
lines
  
  Merged revisions 304726 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r304726 | seanbright | 2011-01-29 11:26:57 -0500 (Sat, 29 Jan 2011) |
9 lines
    
    Fix user reference leak in MeetMe.
    
    We were unlinking the user from the conferences user container, but
not
    decrementing the reference count of the user as well, resulting in a
leak.
    
    (closes issue https://issues.asterisk.org/view.php?id=18444)
    Reported by: junky
    Tested by: seanbright
  ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=304728 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-29 10:31 svnbot         Checkin                                      
2011-01-29 10:31 svnbot         Note Added: 0131203                          
======================================================================




More information about the asterisk-bugs mailing list