mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2025-01-01 23:08:29 +00:00
!2369 [bugfix]修复重复释放内存bug
Merge pull request !2369 from samuel.shi/master
This commit is contained in:
commit
296458bf38
@ -629,7 +629,6 @@ int32_t TransOpenAuthMsgChannel(const char *sessionName, const ConnectOption *co
|
||||
SoftBusLog(SOFTBUS_LOG_TRAN, SOFTBUS_LOG_ERROR, "TransPostAuthRequest failed");
|
||||
AuthCloseChannel(channel->authId);
|
||||
DelAuthChannelInfoByChanId(*channelId);
|
||||
SoftBusFree(channel);
|
||||
return SOFTBUS_ERR;
|
||||
}
|
||||
return SOFTBUS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user