fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_utils
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 15 Aug 2013 15:44:47 +0000 (11:44 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 15 Aug 2013 15:44:47 +0000 (11:44 -0400)
commit04bf9d1e9594688db4a69c3660feef2efe23945b
treedc7ca47730960e6544347cc2ef9e4a8606e87c97
parent588cc3af74524a3f6bdae16c93ba0975f55fcc1e
fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_utils

threads created with this code can now just return a value as they normally would, and the
infrastructure will ensure cleanup. there is no longer any reason to call pthread_exit_pbd()
and so that has been removed.
gtk2_ardour/editor_audio_import.cc
libs/ardour/butler.cc
libs/pbd/pbd/pthread_utils.h
libs/pbd/pthread_utils.cc