[Home]

Summary:ASTERISK-04469: [patch] Remove locks in usecount() in formats
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-06-23 11:37:53Date Closed:2008-01-15 15:39:15.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) usecount.txt
Description:Like said by kpflemming in ASTERISK-4194, i'm providing this patch which doesn't lock in the usecount function.


Comments:By: Kevin P. Fleming (kpfleming) 2005-06-23 13:30:34

Committed to CVS HEAD, thanks!

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

Repository: asterisk
Revision: 5983

U   trunk/formats/format_g723.c
U   trunk/formats/format_g726.c
U   trunk/formats/format_g729.c
U   trunk/formats/format_gsm.c
U   trunk/formats/format_h263.c
U   trunk/formats/format_ilbc.c
U   trunk/formats/format_pcm.c
U   trunk/formats/format_pcm_alaw.c
U   trunk/formats/format_sln.c
U   trunk/formats/format_vox.c
U   trunk/formats/format_wav.c
U   trunk/formats/format_wav_gsm.c

------------------------------------------------------------------------
r5983 | kpfleming | 2008-01-15 15:39:15 -0600 (Tue, 15 Jan 2008) | 2 lines

don't take locks when reading usecounts, they are not necessary (bug ASTERISK-4469)

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

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