Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mama/c_cpp/src/c/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/

#include "wombat/port.h"
#include <mama/mama.h>
#include <mama/queue.h>
Expand Down Expand Up @@ -1398,8 +1397,6 @@ mamaDispatcher_destroy (mamaDispatcher dispatcher)
mamaQueue_stopDispatch (impl->mQueue);
}

/* Wait for the thread to return. */
wthread_join (impl->mThread, NULL);
wInterlocked_destroy (&impl->mIsDispatching);

/* Destroy the thread handle. */
Expand Down