mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
record: don't call RecordDeleteContext when AddResource fails
Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
d0c1a5bc61
commit
054f807178
1 changed files with 0 additions and 1 deletions
|
|
@ -1878,7 +1878,6 @@ ProcRecordCreateContext(ClientPtr client)
|
|||
return Success;
|
||||
}
|
||||
else {
|
||||
RecordDeleteContext((void *) pContext, pContext->id);
|
||||
return BadAlloc;
|
||||
}
|
||||
bailout:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue