We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062e764 commit baa026dCopy full SHA for baa026d
src/subscription.c
@@ -34,7 +34,7 @@ static void on_tunnel_notification(
34
35
static uint8_t arena_mem[4096];
36
GgArena arena = gg_arena_init(GG_BUF(arena_mem));
37
- GgObject notification;
+ GgObject notification = { 0 };
38
39
GgError ret = gg_json_decode_destructive(payload, &arena, ¬ification);
40
if (ret != GG_ERR_OK) {
0 commit comments