[webkit-changes] [WebKit/WebKit] 68d2cb: NetworkTransportReceiveStream should have a virtua...
Ryosuke Niwa
noreply at github.com
Sun Sep 8 17:00:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 68d2cb16fa85cde6b2ec50eb4c81f47656e55bd0
https://github.com/WebKit/WebKit/commit/68d2cb16fa85cde6b2ec50eb4c81f47656e55bd0
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M Source/WebKit/NetworkProcess/webtransport/NetworkTransportReceiveStream.cpp
M Source/WebKit/NetworkProcess/webtransport/NetworkTransportReceiveStream.h
Log Message:
-----------
NetworkTransportReceiveStream should have a virtual destructor
https://bugs.webkit.org/show_bug.cgi?id=279291
Reviewed by David Kilzer.
NetworkTransportBidirectionalStream subclasses this class and needs to run its own destructor.
Fixed the bug by adding the virtual destructor to NetworkTransportReceiveStream.
* Source/WebKit/NetworkProcess/webtransport/NetworkTransportReceiveStream.cpp:
* Source/WebKit/NetworkProcess/webtransport/NetworkTransportReceiveStream.h:
Canonical link: https://commits.webkit.org/283322@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list