Add PBD::DEBUG::StringConvert debug bit
[ardour.git] / libs / pbd / pthread_utils.cc
index 7cd25e42b86a23fd6ff1d1332ad6643c31f5282d..5daa60ac424aec37fd6252bd0d2c490f59af04e8 100644 (file)
@@ -146,7 +146,7 @@ pthread_set_name (const char *str)
 {
        /* copy string and delete it when exiting */
 
-       thread_name.set (strdup (str));
+       thread_name.set (strdup (str)); // leaks
 }
 
 const char *