[FIX] Ensure NULL in case of failure

Oops!
This commit is contained in:
lda 2023-11-24 21:21:11 +01:00
parent 572d69c3f6
commit 4a575cee1d

View file

@ -967,6 +967,7 @@ UserIdParse(char *id, char *defaultServer)
Free(userId->localpart);
}
Free(userId);
userId = NULL;
}
}
else