Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 68d2cb16fa85cde6b2ec50eb4c81f47656e55bd0
https://github.com/WebKit/WebKit/commit/68d2cb16fa85cde6b2ec50eb4c81f47656e55bd0
Author: Ryosuke Niwa <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes