mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 05:40:50 +03:00
update CSpot
This commit is contained in:
@@ -18,3 +18,8 @@ std::string bell::generateRandomUUID() {
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
void bell::freeAndNull(void *&ptr) {
|
||||
free(ptr);
|
||||
ptr = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user