Skip to content

Commit

Permalink
Change QuicAsyncUDPSocketImpl destructor to virtual
Browse files Browse the repository at this point in the history
Summary: As title.

Reviewed By: mjoras

Differential Revision: D49599130

fbshipit-source-id: 0681622695b425cd55b9e8fb5ef2fd05f31510b8
  • Loading branch information
jbeshay authored and facebook-github-bot committed Sep 25, 2023
1 parent 00890f5 commit 911dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/common/QuicAsyncUDPSocketImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class QuicAsyncUDPSocketImpl {
struct msghdr& /* msg */);

explicit QuicAsyncUDPSocketImpl(QuicBackingEventBase*);
~QuicAsyncUDPSocketImpl();
virtual ~QuicAsyncUDPSocketImpl();

// Initializes underlying socket fd. This is called in bind() and connect()
// internally if fd is not yet set at the time of the call. But if there is a
Expand Down

0 comments on commit 911dd48

Please sign in to comment.