[Home]

Summary:ASTERISK-06933: memory leak in find_user_realtime
Reporter:Marcus Hunger (fnordian)Labels:
Date Opened:2006-05-09 07:13:33Date Closed:2006-05-09 08:29:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-trunk-voicemailleak.patch
Description:The function find_user_realtime receives resultdata from ast_load_realtime. Data is hold in ast_variable-structures, which are allocate by the realtime-module but never get freed.

The patch appended inserts an ast_variables_destroy after the structures are not in use anymore.
Comments:By: BJ Weschke (bweschke) 2006-05-09 08:29:40

Committed to 1.2 and /trunk. Thanks!