mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Kill useless memset() call
This commit is contained in:
@@ -221,8 +221,6 @@ make_playstatusupdate(struct evbuffer *evbuf)
|
||||
return -1;
|
||||
}
|
||||
|
||||
memset(&status, 0, sizeof(struct player_status));
|
||||
|
||||
player_get_status(&status);
|
||||
|
||||
if (status.status != PLAY_STOPPED)
|
||||
|
||||
Reference in New Issue
Block a user