input/last: call Close() in Open()
Prevents a possible bug which occurs when the caller-provided open() function throws; then the "uri" field is never set.
This commit is contained in:
@@ -64,8 +64,7 @@ public:
|
||||
return is.get();
|
||||
}
|
||||
|
||||
is.reset();
|
||||
close_timer.Cancel();
|
||||
Close();
|
||||
|
||||
is = open(new_uri, mutex);
|
||||
uri = std::forward<U>(new_uri);
|
||||
|
Reference in New Issue
Block a user