]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing xml free
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 7 Nov 2007 18:41:25 +0000 (18:41 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 7 Nov 2007 18:41:25 +0000 (18:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6175 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_local_stream/mod_local_stream.c

index 965e98c485e1cb9797cfdc74ae8c866bb29df5be..27eb54d3662404e17dc655f71b2430b524f7bd0e 100644 (file)
@@ -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);
+
 }