mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-20 21:04:44 -04:00
Fix memory leak in QSaveFile.
This commit is contained in:
parent
9de4cbbbd6
commit
549c3ce598
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ QSaveFile::~QSaveFile()
|
|||
delete d->tempFile;
|
||||
}
|
||||
QIODevice::close();
|
||||
delete d;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue