Skip to content

Changes

Started by upstream project gerrit-osmo-pcap #244
Started 18 hr ago
Queued 5.8 sec
Took 2 min 22 sec on build4-deb12build-ansible
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.

Change-Id: I501b1bf55bede4e69fa5d9b3f38d87341482ff49
AI-Assisted: yes (Claude)
Vadim Yanitskiy at