Mem Leak with Asterisk 19.4.0

Hi team,

Looking for help with Memleak on asterisk version 18.9.0 and 19.4.0.Have registered by application to the asterisk. when i run bulk bridging call observing leak on asterisk.

Have tried with malloc debug , and ref debug compilation option but without much success.

please provide some info on any known leak with asterisk version mentioned above.

My application does remove the channel from the bridge and destroy it after the call is done .

regards
anandasr

Got Resolved.
The issue was with the bridge not cleaned up properly from application.
added code to listen to the ChannelLeftBridge and then did the cleanup.
Now dont see leak on asterisk.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.