record: don't call RecordDeleteContext when AddResource fails

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Julien Cristau <jcristau@debian.org>
(cherry picked from commit 054f807178)
This commit is contained in:
Julien Cristau 2016-03-07 23:20:32 +01:00 committed by Adam Jackson
parent dae9c195a9
commit 518a0c179f
1 changed files with 0 additions and 1 deletions

View File

@ -1878,7 +1878,6 @@ ProcRecordCreateContext(ClientPtr client)
return Success;
}
else {
RecordDeleteContext((void *) pContext, pContext->id);
return BadAlloc;
}
bailout: