fix obscure race condition

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7311 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-01-21 17:14:43 +00:00
parent c731ed53a7
commit 5df397eba7
6 changed files with 38 additions and 16 deletions
+1
View File
@@ -153,6 +153,7 @@ struct switch_media_bug {
uint32_t flags;
uint8_t ready;
time_t stop_time;
switch_thread_id_t thread_id;
struct switch_media_bug *next;
};