git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@426727
13f79535-47bb-0310-9956-
ffa450edef68
if (repeat>0)
repeat--;
apr_pool_destroy(instance);
- /* If something goes really wrong we should clean all */
- if (0) {
- apr_pool_destroy(instance_socket);
- instance_socket = NULL;
- }
+ /* If something goes really wrong we should clean all, via apr_pool_destroy(instance_socket) */
}
if (interrupted) {
apr_file_printf(errfile, "Monitoring aborted due to user "