[Asterisk-code-review] res pjsip session: Fix multiple leaks. (asterisk[15])

Richard Mudgett asteriskteam at digium.com
Tue Nov 7 16:01:56 CST 2017


Richard Mudgett has posted comments on this change. ( https://gerrit.asterisk.org/7085 )

Change subject: res_pjsip_session: Fix multiple leaks.
......................................................................


Patch Set 2: Code-Review-1

(1 comment)

https://gerrit.asterisk.org/#/c/7085/2/res/res_pjsip_session.c
File res/res_pjsip_session.c:

https://gerrit.asterisk.org/#/c/7085/2/res/res_pjsip_session.c@1604
PS2, Line 1604: 					if (ast_stream_topology_append_stream(media_state->topology, cloned)) {
ast_stream_topology_append_stream() returns -1 on failure or stream position on success.

if (ast_stream_topology_append_stream(...) < 0) {
}



-- 
To view, visit https://gerrit.asterisk.org/7085
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib5ffc9b198683fa7e9bf166d74d30c1334c23acb
Gerrit-Change-Number: 7085
Gerrit-PatchSet: 2
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Tue, 07 Nov 2017 22:01:56 +0000
Gerrit-HasComments: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171107/566a1927/attachment.html>


More information about the asterisk-code-review mailing list