Initialize jid

This commit is contained in:
Thorben Günther
2021-07-01 21:32:23 +02:00
parent 516fd7d909
commit 34b5e0f8c6

View File

@@ -3050,8 +3050,8 @@ cmd_blocked(ProfWin* window, const char* const command, gchar** args)
}
if (strncmp(args[0], "report-", 7) == 0) {
char *jid;
char *msg = NULL;
char* jid = NULL;
char* msg = NULL;
guint argn = g_strv_length(args);
if (argn >= 2) {