Memory leak with mpf_source_stream_capabilities_create()
13 views
Skip to first unread message
mena...@gmail.com
unread,
Jul 8, 2024, 6:47:02 AM7/8/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UniMRCP
Hi Arsen,
Ours is Voice Mail solution application. We have implemented UniMRCP client service (using UniMRCP client headers and libraries of version 1.13) and able to connect with MRCP Server running on Nuance engine (11.0.6). Both UniMRCP client and server are running on the same host which is Windows 2016 OS.
With the above environment, we are running long run tests with which we observed a tiny memory leak and from UMDH we could figure out that it is pointing to mpf_source_stream_capabilities_create(apr_pool_t *pool) method which is invoked within session initialization function. But later we are not removing or deleting the source stream capabilities. Is this required? if yes, how to clear the memory occupied by source stream capabilities.
We are running on libsofia_sip_ua.dll 1.12.11 version.
Kindly provide your thoughts on the memory leak with mpf_source_stream_capabilities_create(apr_pool_t *pool) which would be very helpful.
Thanks in Advance..
mena...@gmail.com
unread,
Aug 6, 2024, 3:33:55 AM8/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UniMRCP
Hello Arsen\All,
Kindly let us know if there are any thoughts around the memory leak issue
mpf_source_stream_capabilities_create(apr_pool_t *pool) method explained below.