aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-room.c
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-room.c')
-rw-r--r--matrix-room.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-room.c b/matrix-room.c
index cd17ae7..040ab38 100644
--- a/matrix-room.c
+++ b/matrix-room.c
@@ -210,6 +210,7 @@ static void _on_typing(PurpleConversation *conv,
old_user_ids = matrix_json_object_get_array_member(old_state->content, "user_ids");
old_len = json_array_get_length(old_user_ids);
} else {
+ old_user_ids = NULL; /* Work around gcc 10.3.1 false uninit warn */
old_len = 0;
}