[Home]

Summary:ASTERISK-02931: app_dial leaks frames in some error conditions
Reporter:jcomellas (jcomellas)Labels:
Date Opened:2004-12-06 09:26:58.000-0600Date Closed:2008-01-15 15:15:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dial_frame_leak.patch
Description:In some error conditions the wait_for_answer() function leaks frames. It is returning NULL but it is not freeing the frame before doing so.
Comments:By: jcomellas (jcomellas) 2004-12-06 09:34:08.000-0600

Correction: the patch was made against the v1-0 branch on 2004-12-06.

By: Mark Spencer (markster) 2004-12-06 12:13:51.000-0600

Fixed in CVS head.  Thanks!

By: Russell Bryant (russell) 2004-12-06 18:17:43.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:15:46.000-0600

Repository: asterisk
Revision: 4391

U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r4391 | markster | 2008-01-15 15:15:46 -0600 (Tue, 15 Jan 2008) | 2 lines

Add missing free's in rare circumstances (bug ASTERISK-2931)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:15:49.000-0600

Repository: asterisk
Revision: 4394

U   branches/v1-0/apps/app_dial.c

------------------------------------------------------------------------
r4394 | russell | 2008-01-15 15:15:49 -0600 (Tue, 15 Jan 2008) | 2 lines

Add missing free's in rare circumstances (bug ASTERISK-2931)

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

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