summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 9859e0c39f..e629e11a79 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -601,6 +601,9 @@ static enum plugin_status test_track(char* filename)
601 /* Save the current time before we spin up the disk to access the log */ 601 /* Save the current time before we spin up the disk to access the log */
602 ticks = *rb->current_tick - starttick; 602 ticks = *rb->current_tick - starttick;
603 603
604 /* Be sure it is done */
605 rb->thread_wait(codecthread_id);
606
604 log_text(str,true); 607 log_text(str,true);
605 608
606 /* Close WAV file (if there was one) */ 609 /* Close WAV file (if there was one) */