Skip to content

Commit 14f26b6

Browse files
Merge pull request #1497 from WebPlatformForEmbedded/pgorszkowski/2.38/SOUP-WPENetworkProcess-crashed-on-process-exit
[SOUP] WPENetworkProcess crashed on process exit
2 parents f82ef2b + 78f5d89 commit 14f26b6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Source/WebCore/platform/network/soup/SoupNetworkSession.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ SoupNetworkSession::SoupNetworkSession(PAL::SessionID sessionID)
152152
setupLogger();
153153
}
154154

155-
SoupNetworkSession::~SoupNetworkSession() = default;
155+
SoupNetworkSession::~SoupNetworkSession()
156+
{
157+
soup_session_abort(m_soupSession.get());
158+
}
156159

157160
void SoupNetworkSession::setupLogger()
158161
{

0 commit comments

Comments
 (0)