mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add a missing rend_service_free in rend_service_add
This commit is contained in:
@@ -366,6 +366,7 @@ rend_add_service(smartlist_t *service_list, rend_service_t *service)
|
||||
"have no AF_UNIX support on this platform. This is "
|
||||
"probably a bug.",
|
||||
p->virtual_port);
|
||||
rend_service_free(service);
|
||||
return -1;
|
||||
#endif /* defined(HAVE_SYS_UN_H) */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user