[Home]

Summary:ASTERISK-10894: zaptel handel leak in meetme conference
Reporter:mahaoyuan (markmhy)Labels:
Date Opened:2007-11-26 21:51:28.000-0600Date Closed:2007-12-03 16:05:15.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c.patch
( 1) app_meetme.c.patch1.4
( 2) app_meetme.c.trunk.patch2
Description:before conference create

Module                  Size  Used by
ztdummy                 7688  0
zaptel                192004  206 ztdummy


after all user leave conference, and there is no conference in meetme
Module                  Size  Used by
ztdummy                 7688  0
zaptel                192004  208 ztdummy


there is 2 handle not closed by meetme module
Comments:By: Jason Parker (jparker) 2007-11-28 18:17:58.000-0600

I'm able to reproduce, quite trivially.

By: Eliel Sardanons (eliel) 2007-11-28 18:53:58.000-0600

confirmed in trunk too.

By: Eliel Sardanons (eliel) 2007-11-28 19:00:55.000-0600

file added app_meetme.c.patch against trunk, i know the bug is reported on 1.4.14 if you want (or it works) i will upload a file for 1.4.14.

By: Eliel Sardanons (eliel) 2007-11-28 19:20:20.000-0600

file added app_meetme.c.patch1.4 against branch 1.4

By: Digium Subversion (svnbot) 2007-12-03 16:05:15.000-0600

Repository: asterisk
Revision: 90697

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r90697 | qwell | 2007-12-03 16:05:14 -0600 (Mon, 03 Dec 2007) | 13 lines

Merged revisions 90696 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

(Closes issue ASTERISK-10894)
........
r90696 | qwell | 2007-12-03 16:06:36 -0600 (Mon, 03 Dec 2007) | 4 lines

Make sure we always close the conference fd if we have an open one.

Issue 11383, reported by markmhy, patch by eliel.

........

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