mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Close files on error
This commit is contained in:
parent
9a263f0211
commit
19bfc8eacb
3 changed files with 34 additions and 26 deletions
|
@ -139,6 +139,7 @@ protected:
|
|||
bool _openAndPrepareDevice();
|
||||
void _writeCache(const char *buf, size_t len);
|
||||
qint64 _sectorsWritten();
|
||||
void _closeFiles();
|
||||
|
||||
/*
|
||||
* libcurl callbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue