1d27b1f944
CID 1269730 Dereference after null check (FORWARD_NULL) The code checked for cb == NULL before checking for a callback function but did not have the same protection around the OBJ_RELEASE(cb). Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>