Skip to content
Success

#22183 (Jun 17, 2026, 1:52:47 PM)

Started 2 days 8 hr ago
Took 53 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-pcap build number 231
originally caused by:

This run spent:

  • 1 min 10 sec waiting;
  • 53 sec build duration;
  • 2 min 4 sec total from scheduled to completion.
Revision: 933c163067c099a0fad5f9eb7147af5aed738cc1
Repository: $GERRIT_REPO_URL
  • master
server: fix zmq message leak on send failure

zmq_msg_send() only transfers ownership of the message to ZeroMQ on
success.  On failure the caller retains ownership, so the previously
init'd zmq_msg_t was leaked on every failed publish.  Close it
explicitly on the error path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: I501b1bf55bede4e69fa5d9b3f38d87341482ff49
Vadim Yanitskiy at