[Asterisk-code-review] res/res corosync: Raise a Stasis message on node join/leave ... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Thu Jun 30 17:55:02 CDT 2016
Richard Mudgett has posted comments on this change.
Change subject: res/res_corosync: Raise a Stasis message on node join/leave events
......................................................................
Patch Set 2: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/3109/2/res/res_corosync.c
File res/res_corosync.c:
PS2, Line 362: ao2_ref(node, -1);
:
: publish_cluster_discovery_to_stasis_full(node, 1);
Should not reference node after unrefing it. Even though the object may still be valid because it is in the container (maybe).
--
To view, visit https://gerrit.asterisk.org/3109
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I9015f418d6ae7f47e4994e04e18948df4d49b465
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list