ViE ChannelManager - added missing return.
BUG=C10613 TEST= Review URL: https://webrtc-codereview.appspot.com/458007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1944 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
78f0cdc191
commit
620bae5442
@ -97,6 +97,7 @@ int ViEChannelManager::CreateChannel(int& channel_id) {
|
||||
vie_encoder = NULL;
|
||||
ReturnChannelId(new_channel_id);
|
||||
delete group;
|
||||
return -1;
|
||||
}
|
||||
|
||||
channel_id = new_channel_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user