Commit 426e19f8 authored by Scott Vokes's avatar Scott Vokes
Browse files

Close sender command pipes on cleanup.

parent 1f0d764e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -424,6 +424,8 @@ static void cleanup(sender *s) {
        }
        
        yacht_free(y, free_fd_info_cb, NULL);
        close(s->incoming_command_pipe);
        close(s->commit_pipe);
    }
}