Marcel and team, Hi folks, I have made an application that makes use of the sdp lib. By running the app with valgrind [1] I found a memory leak. There's an static variable called bluetooth_base_uuid that's being initializated once but then never freed. I had added a method that should be called, only when the thread is about to end that frees that variable. Attached you can see the patch. Thanks, Manuel [1] http://valgrind.org/