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:
Julien Cristau 2016-03-07 23:20:32 +01:00 committed by Adam Jackson
parent d0c1a5bc61
commit 054f807178

View File

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