mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Test that shutdown callback is called when expected.
git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@376383 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -565,6 +565,7 @@ struct ast_taskprocessor *ast_taskprocessor_create_with_listener(const char *nam
|
||||
void *ast_taskprocessor_unreference(struct ast_taskprocessor *tps)
|
||||
{
|
||||
struct ast_taskprocessor_listener *listener;
|
||||
|
||||
if (!tps) {
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user