HomeFreeBSD

Remove redundant initialization. Don't use variable - just return the value.

Description

Remove redundant initialization. Don't use variable - just return the value.
Make scan-build happy by casting to 'void *' instead of 'void **'.

Submitted by: pjd@
MFC after: 1 month
Found by: scan-build and cppcheck
Sponsored by: Wheel Systems

Details

Provenance
oshogboAuthored on
Parents
rS323850: Free the control structure after using is, not before.
Branches
Unknown
Tags
Unknown