diff options
-rw-r--r-- | src/input/LastInputStream.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/LastInputStream.cxx b/src/input/LastInputStream.cxx index 40bd5ccc2..e0829c122 100644 --- a/src/input/LastInputStream.cxx +++ b/src/input/LastInputStream.cxx @@ -32,6 +32,7 @@ LastInputStream::~LastInputStream() noexcept = default; void LastInputStream::Close() noexcept { + uri.clear(); is.reset(); close_timer.Cancel(); } |