From a56b3d5eac05d0f51757d510553ad2d23b60235b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 25 Mar 2017 14:57:24 +0100 Subject: Fix crash on multiple stop/start command due to invalid pointer returned to the engine from the diskstreamer. --- src/audiocache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audiocache.h') diff --git a/src/audiocache.h b/src/audiocache.h index 5a4577f..d0be509 100644 --- a/src/audiocache.h +++ b/src/audiocache.h @@ -106,6 +106,7 @@ public: private: size_t framesize{0}; sample_t* nodata{nullptr}; + size_t nodata_framesize{0}; size_t number_of_underruns{0}; AudioCacheIDManager id_manager; -- cgit v1.2.3