Commit 3cacaa5d authored by Max Kellermann's avatar Max Kellermann

Client: initialize num_subscriptions

parent e89bd30d
......@@ -55,7 +55,8 @@ Client::Client(struct player_control *_player_control,
deferred_send(g_queue_new()), deferred_bytes(0),
num(_num),
send_buf_used(0),
idle_waiting(false), idle_flags(0)
idle_waiting(false), idle_flags(0),
num_subscriptions(0)
{
assert(fd >= 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment