OSDN Git Service

bluez a2dp - destroy thread resources at exit
authorIan Kent <raven@themaw.net>
Mon, 28 Sep 2009 15:47:44 +0000 (23:47 +0800)
committerNick Pelly <npelly@google.com>
Wed, 30 Sep 2009 00:08:28 +0000 (17:08 -0700)
commit2caa4ae5af5d415a3788739b93625391983916ad
treefb5481ee7f1a7bd580b82a6a26297f4baa6e0e41
parentab209ee336791ee7850ad9ea2c954a28892b361c
bluez a2dp - destroy thread resources at exit

The dynamically created pthread mutex and condition variables
consume pthread resources. They should be destroyed prior to
freeing the structure containing them.
audio/liba2dp.c