mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 14:13:18 -05:00
Kill useless memset() call
This commit is contained in:
parent
b3294c5079
commit
e373f83660
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user