diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r-- | apps/plugins/test_codec.c | 3 |
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) /* Save the current time before we spin up the disk to access the log */ ticks = *rb->current_tick - starttick; + /* Be sure it is done */ + rb->thread_wait(codecthread_id); + log_text(str,true); /* Close WAV file (if there was one) */ |