[Home]

Summary:ASTERISK-17496: [patch] Small leak in app_externalivr
Reporter:andy11 (andy11)Labels:
Date Opened:2011-03-02 08:49:27.000-0600Date Closed:2011-03-03 19:52:23.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_externalivr
Versions:1.8.3 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk_trunk-app_externalivr-leak.patch
Description:send_eivr_event allocates a string which never gets freed.
Comments:By: David Ruggles (thedavidfactor) 2011-03-03 18:26:59.000-0600

Thanks for the patch, I'll be applying it soon.

By: Digium Subversion (svnbot) 2011-03-03 18:34:14.000-0600

Repository: asterisk
Revision: 309355

U   branches/1.4/apps/app_externalivr.c

------------------------------------------------------------------------
r309355 | diruggles | 2011-03-03 18:34:14 -0600 (Thu, 03 Mar 2011) | 9 lines

fix small memory leak

fix small memory leak caused by a string allocation that wasn't freed

(closes issue ASTERISK-17496)
Reported by: andy11
Patches:
     asterisk_trunk-app_externalivr-leak.patch uploaded by andy11 (license 1224)

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

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

By: Digium Subversion (svnbot) 2011-03-03 18:42:29.000-0600

Repository: asterisk
Revision: 309356

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_externalivr.c

------------------------------------------------------------------------
r309356 | diruggles | 2011-03-03 18:42:29 -0600 (Thu, 03 Mar 2011) | 16 lines

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

........
 r309355 | diruggles | 2011-03-03 19:34:13 -0500 (Thu, 03 Mar 2011) | 9 lines
 
 fix small memory leak
 
 fix small memory leak caused by a string allocation that wasn't freed
 
 (closes issue ASTERISK-17496)
 Reported by: andy11
 Patches:
       asterisk_trunk-app_externalivr-leak.patch uploaded by andy11 (license 1224)
........

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

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

By: Digium Subversion (svnbot) 2011-03-03 19:50:45.000-0600

Repository: asterisk
Revision: 309403

_U  branches/1.8/
U   branches/1.8/apps/app_externalivr.c

------------------------------------------------------------------------
r309403 | diruggles | 2011-03-03 19:50:45 -0600 (Thu, 03 Mar 2011) | 23 lines

Merged revisions 309356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
 r309356 | diruggles | 2011-03-03 19:42:28 -0500 (Thu, 03 Mar 2011) | 16 lines
 
 Merged revisions 309355 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r309355 | diruggles | 2011-03-03 19:34:13 -0500 (Thu, 03 Mar 2011) | 9 lines
   
   fix small memory leak
   
   fix small memory leak caused by a string allocation that wasn't freed
   
   (closes issue ASTERISK-17496)
   Reported by: andy11
   Patches:
         asterisk_trunk-app_externalivr-leak.patch uploaded by andy11 (license 1224)
 ........
................

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

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

By: Digium Subversion (svnbot) 2011-03-03 19:52:22.000-0600

Repository: asterisk
Revision: 309404

_U  trunk/
U   trunk/apps/app_externalivr.c

------------------------------------------------------------------------
r309404 | diruggles | 2011-03-03 19:52:22 -0600 (Thu, 03 Mar 2011) | 30 lines

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

................
 r309403 | diruggles | 2011-03-03 20:50:44 -0500 (Thu, 03 Mar 2011) | 23 lines
 
 Merged revisions 309356 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.6.2
 
 ................
   r309356 | diruggles | 2011-03-03 19:42:28 -0500 (Thu, 03 Mar 2011) | 16 lines
   
   Merged revisions 309355 via svnmerge from
   https://origsvn.digium.com/svn/asterisk/branches/1.4
   
   ........
     r309355 | diruggles | 2011-03-03 19:34:13 -0500 (Thu, 03 Mar 2011) | 9 lines
     
     fix small memory leak
     
     fix small memory leak caused by a string allocation that wasn't freed
     
     (closes issue ASTERISK-17496)
     Reported by: andy11
     Patches:
           asterisk_trunk-app_externalivr-leak.patch uploaded by andy11 (license 1224)
   ........
 ................
................

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

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