mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-17 10:45:33 +01:00
more memory leaks fixes
This commit is contained in:
@@ -103,6 +103,7 @@ void SpircController::prevSong() {
|
||||
}
|
||||
|
||||
void SpircController::handleFrame(std::vector<uint8_t> &data) {
|
||||
pb_release(Frame_fields, state->remoteFrame);
|
||||
pbDecode(state->remoteFrame, Frame_fields, data);
|
||||
|
||||
switch (state->remoteFrame.typ) {
|
||||
|
||||
Reference in New Issue
Block a user