From 1491bf832e06d0c1c3f6c9ced236c090263002d3 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 27 Aug 2010 14:22:39 +0000 Subject: implement remember password functionality git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@367 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index cc721f7..53d5d1e 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -361,6 +361,9 @@ void GpgWin::closeEvent(QCloseEvent *event) event->ignore(); } + // clear password from memory + mCtx->clearPasswordCache(); + } void GpgWin::open() -- cgit v1.2.3