Merge d37d75dfeb7d5aeedf8ba781c248e27d14c0b450 into 8b6b7d878c89e81614d05edca7936de41ccdd2da

This commit is contained in:
Alex Biddulph 2023-03-08 22:11:58 +08:00 committed by GitHub
commit a585b42450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ private:
// user provided it, but we must close it if we obtained it using the
// provided path. For this reason, this flag is used to determine when to
// close `file_handle_`.
bool is_handle_internal_;
bool is_handle_internal_{false};
public:
/**