From: Anthony Minessale Date: Fri, 31 May 2013 18:14:09 +0000 (-0500) Subject: FS-5488 --resolve X-Git-Tag: v1.4.1~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5eabe2bc4e2a331917463968ef0fdb42080a77f7;p=thirdparty%2Ffreeswitch.git FS-5488 --resolve --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 5c69aece49..eeb7b6aba3 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -1854,7 +1854,8 @@ static void *SWITCH_THREAD_FUNC node_thread_run(switch_thread_t *thread, void *o node = node->next; if (this_node->ready == 0) { - + switch_core_hash_delete(globals.fifo_hash, this_node->name); + for (x = 0; x < MAX_PRI; x++) { while (fifo_queue_pop(this_node->fifo_list[x], &pop, 2) == SWITCH_STATUS_SUCCESS) { const char *caller_uuid = switch_event_get_header(pop, "unique-id");