diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 0b409f8e35..78f8dd61a8 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -969,6 +969,8 @@ menu: #ifdef HAVE_ADJUSTABLE_CPU_FREQ if (boost) rb->cpu_boost(true); + else + rb->cpu_boost(false); /*force unboost at start to be safe*/ #endif if (scandir) {