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, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 94be6b7397..4e671094c8 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -493,9 +493,6 @@ static void codec_thread(void)
493 493
494 /* Signal to the main thread that we are done */ 494 /* Signal to the main thread that we are done */
495 codec_playing = false; 495 codec_playing = false;
496
497 /* Commit suicide */
498 rb->remove_thread(NULL);
499} 496}
500 497
501static unsigned char* codec_stack; 498static unsigned char* codec_stack;