mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
add missing xml free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6175 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d2bd9c4fa3
commit
ef4f9ee516
@ -332,6 +332,9 @@ static void launch_threads(void)
|
||||
switch_thread_create(&thread, thd_attr, read_stream_thread, source, source->pool);
|
||||
|
||||
}
|
||||
|
||||
switch_xml_free(xml);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user