Skip to content

Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_nonce() in OOM case

Ralf Habacker requested to merge rhabacker/dbus:coverity-354880 into master

If there is no more memory available within the mentiond function, e.g., when checking memory management, the release of memory allocated by getaddrinfo() is missing.

Coverity CID: 354880

Merge request reports