diff options
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -361,6 +361,9 @@ void GpgWin::closeEvent(QCloseEvent *event) event->ignore(); } + // clear password from memory + mCtx->clearPasswordCache(); + } void GpgWin::open() |