[Home]

Summary:ASTERISK-14448: Memory leak in file.c
Reporter:Grigoriy Puzankin (boroda)Labels:
Date Opened:2009-07-10 01:05:28Date Closed:2009-07-10 14:40:26
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After processing 393 (+13 active) calls "memory show summary" shows 415 allocations in file.c:

12522476 bytes in 415 allocations in file 'file.c'

This happens when calls are being recorded. I use MixMonitor in dialplan to record calls.

****** ADDITIONAL INFORMATION ******

# asterisk -rx "memory show allocations" | grep "file.c" | sort | uniq -c

20        216 bytes allocated in __ast_format_register at line    73 of file.c
394      32768 bytes allocated in        ast_writefile at line  1117 of file.c
1         53 bytes allocated in        ast_writefile at line  1112 of file.c
13         60 bytes allocated in        ast_writefile at line  1112 of file.c
Comments:By: Mark Michelson (mmichelson) 2009-07-10 14:40:26

This leak was fixed in revision 198065 of the 1.6.1 branch and will be present in 1.6.1.2