修正cmsg发送成功后,buff数据未释放

This commit is contained in:
fengweihao
2019-07-23 14:30:44 +08:00
parent 90269816e3
commit 298d799e0a

View File

@@ -99,6 +99,7 @@ int sender_scm_cmsg_send(struct sender_scm *sender, struct tfe_cmsg *cmsg)
TFE_LOG_ERROR(logger, "Failed at send udp data, errno is %d, %s", errno, strerror(errno)); TFE_LOG_ERROR(logger, "Failed at send udp data, errno is %d, %s", errno, strerror(errno));
goto error_out; goto error_out;
} }
FREE(&buff);
return 0; return 0;
error_out: error_out: