forked from Telodendria/Telodendria
[FIX] Ensure NULL in case of failure
Oops!
This commit is contained in:
parent
572d69c3f6
commit
4a575cee1d
1 changed files with 1 additions and 0 deletions
|
@ -967,6 +967,7 @@ UserIdParse(char *id, char *defaultServer)
|
||||||
Free(userId->localpart);
|
Free(userId->localpart);
|
||||||
}
|
}
|
||||||
Free(userId);
|
Free(userId);
|
||||||
|
userId = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue