HomeFreeBSD

MFC r301800:

Description

MFC r301800:

Deobfuscate cleanup path in clnt_bck_create(..)

Similar to r300836, cl and ct will always be non-NULL as they're allocated
using the mem_alloc routines, which always use malloc(..., M_WAITOK).

Deobfuscating the cleanup path fixes a leak where if cl was NULL and
ct was not, ct would not be free'd, and also removes a duplicate test for
cl not being NULL.

CID: 1229999

Details

Provenance
ngieAuthored on
Parents
rS302450: libunwind: update to upstream snapshot r272680
Branches
Unknown
Tags
Unknown