git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1267 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-04-26 20:26:02 +00:00
parent 7d2756f14a
commit 61af2f4d64
1 changed files with 2 additions and 2 deletions

View File

@ -797,8 +797,8 @@ static void *audio_bridge_thread(switch_thread *thread, void *obj)
}
data->running = 0;
his_thread->running = 0;
data->running = 0;
return NULL;
}