[Home]

Summary:ASTERISK-15647: [patch] Memory leak in realtime meetme
Reporter:Atis Lezdins (atis)Labels:
Date Opened:2010-02-17 08:48:47.000-0600Date Closed:2011-06-07 14:08:03
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme_memory_leak.patch
Description:find_conf_realtime() uses only one variable for iterating data in meetme table, thus ast_variables_destroy() at the end is called with NULL pointer.

Only 1.6.1 and 1.6.0 are affected.
Comments:By: Paul Belanger (pabelanger) 2010-06-01 14:01:19

Closing since 1.6.0 and 1.6.1 support has ended (see below).
--
Per the Asterisk maintenance timeline page at http://www.asterisk.org/asterisk-versions maintenance (bug) support for the 1.6.0 and 1.6.1 branches has ended. For continued maintenance support please move to the 1.6.2 branch.

More information on this change can be found in the release announcement: http://www.asterisk.org/node/49924