Codebase list squeezelite / 8b50589
0.9beta10 - fix crash when unpausing after starting squeezelite before strm_s received Adrian Smith 11 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5757
5858 LOCK_D;
5959
60 if (decode.state == DECODE_RUNNING) {
60 if (decode.state == DECODE_RUNNING && codec) {
6161
6262 LOG_SDEBUG("streambuf bytes: %u outputbuf space: %u", bytes, space);
6363
1717 *
1818 */
1919
20 #define VERSION "v0.9beta9"
20 #define VERSION "v0.9beta10"
2121
2222 // build detection
2323 #if defined(linux)