mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
non-crashing CSpot + spi_master and override fixes
This commit is contained in:
@@ -18,10 +18,10 @@ Session::Session()
|
||||
|
||||
Session::~Session()
|
||||
{
|
||||
pbFree(ClientHello_fields, &clientHello);
|
||||
pbFree(APResponseMessage_fields, &apResponse);
|
||||
pbFree(ClientResponseEncrypted_fields, &authRequest);
|
||||
pbFree(ClientResponsePlaintext_fields, &clientResPlaintext);
|
||||
pb_release(ClientHello_fields, clientHello);
|
||||
pb_release(APResponseMessage_fields, apResponse);
|
||||
pb_release(ClientResponseEncrypted_fields, authRequest);
|
||||
pb_release(ClientResponsePlaintext_fields, clientResPlaintext);
|
||||
}
|
||||
|
||||
void Session::connect(std::unique_ptr<PlainConnection> connection)
|
||||
|
||||
Reference in New Issue
Block a user