On Mon, Dec 27, 2010 at 7:02 AM, Michal Labedzki <michal.labedzki@xxxxxxxxx> wrote: > in lib/bluetooth.c merge "str2ba" and "strtoba", "ba2str" and "batostr" IMHO, you should keep str2ba and drop the few occurrences of strtoba(). Same applies to ba2str/batostr. strtoba() allocates memory by itself, so if you use it instead, you need to deallocate memory. str2ba(), on the other hand, uses a buffer given as argument. Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html