mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 22:00:54 +03:00
Include memory fixes from main branch
This commit is contained in:
@@ -116,6 +116,10 @@ static void *decode_thread() {
|
||||
usleep(100000);
|
||||
}
|
||||
}
|
||||
|
||||
#if EMBEDDED
|
||||
deregister_external();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -200,7 +204,7 @@ void decode_init(log_level level, const char *include_codecs, const char *exclud
|
||||
sort_codecs((include_codecs ? order_codecs - include_codecs : i), register_mpg());
|
||||
|
||||
#if EMBEDDED
|
||||
register_other();
|
||||
register_external();
|
||||
#endif
|
||||
|
||||
LOG_DEBUG("include codecs: %s exclude codecs: %s", include_codecs ? include_codecs : "", exclude_codecs);
|
||||
|
||||
Reference in New Issue
Block a user