Attention is currently required from: pespin.
6 comments:
File src/ipa.c:
Patch Set #2, Line 304: ownsership
```suggestion
* xua ownership is passed here: */
```
File src/m3ua.c:
Patch Set #2, Line 627: ownsership
```suggestion
/* xua ownership is passed here: */
```
Patch Set #2, Line 784: goto out;
missing `xua_msg_free(xua);` since it doesn't go through any `m3ua_rx_*`?
Patch Set #2, Line 815: err = m3ua_gen_error_msg(M3UA_ERR_UNSUPP_MSG_CLASS, msg);
missing `xua_msg_free(xua);` since it doesn't go through any `m3ua_rx_*`?
Patch Set #2, Line 1015: return M3UA_ERR_UNSUPP_MSG_TYPE;
```suggestion
rc = M3UA_ERR_UNSUPP_MSG_TYPE;
```
Patch Set #2, Line 1019: return M3UA_ERR_UNSUPP_MSG_TYPE;
```suggestion
rc = M3UA_ERR_UNSUPP_MSG_TYPE;
```
To view, visit change 39397. To unsubscribe, or for help writing mail filters, visit settings.