mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 20:48:03 -05:00
FileSys: Fix a few memory leaks
This commit is contained in:
@ -75,7 +75,7 @@ protected:
|
||||
const DiskArchive* archive;
|
||||
std::string path;
|
||||
Mode mode;
|
||||
FileUtil::IOFile* file;
|
||||
std::unique_ptr<FileUtil::IOFile> file;
|
||||
};
|
||||
|
||||
class DiskDirectory : public DirectoryBackend {
|
||||
|
Reference in New Issue
Block a user