Fix a typing error with Twisted 24.7.0.

This commit is contained in:
Andrey Rakhmatullin 2024-08-26 19:16:41 +05:00
parent 7c1b17f07d
commit b80a20c84c
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class MediaPipeline:
# minimize cached information for failure
result.cleanFailure()
result.frames = []
result.stack = None
result.stack = []
# This code fixes a memory leak by avoiding to keep references to
# the Request and Response objects on the Media Pipeline cache.