Problem: test_udp does not release resources properly
Solution: - call zmq_msg_close() if there is an error - call free() to release resources if there is an error (CWE-404)
Showing
Please
register
or
sign in
to comment
Solution: - call zmq_msg_close() if there is an error - call free() to release resources if there is an error (CWE-404)