[Home]

Summary:ASTERISK-10690: [patch] Fixed not probable memory leak but possible on chan_zap.c
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-11-05 19:47:15.000-0600Date Closed:2007-11-06 10:27:23.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_zap.c.patch
Description:1) A missing comment ';' in zapata.conf.sample
2) Two possible memory leaks in chan_zap.c:
     - zt_new();
     - zt_sendtext();
Comments:By: Digium Subversion (svnbot) 2007-11-06 10:23:03.000-0600

Repository: asterisk
Revision: 88994

U   branches/1.4/channels/chan_zap.c

------------------------------------------------------------------------
r88994 | file | 2007-11-06 10:23:03 -0600 (Tue, 06 Nov 2007) | 6 lines

Fix improbable but possible memory leaks in chan_zap.
(closes issue ASTERISK-10690)
Reported by: eliel
Patches:
     chan_zap.c.patch uploaded by eliel (license 64)

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

By: Digium Subversion (svnbot) 2007-11-06 10:27:23.000-0600

Repository: asterisk
Revision: 88995

_U  trunk/
U   trunk/channels/chan_zap.c
U   trunk/configs/zapata.conf.sample

------------------------------------------------------------------------
r88995 | file | 2007-11-06 10:27:22 -0600 (Tue, 06 Nov 2007) | 14 lines

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

........
r88994 | file | 2007-11-06 12:24:56 -0400 (Tue, 06 Nov 2007) | 6 lines

Fix improbable but possible memory leaks in chan_zap.
(closes issue ASTERISK-10690)
Reported by: eliel
Patches:
     chan_zap.c.patch uploaded by eliel (license 64)

........

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