aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 19:18:53 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 19:18:53 +0000
commit1975ee90ef42c36b31dc2e53d1cc7d1b359d7533 (patch)
treef0badf80778af279f3d8ae516332be46a864e0ba
parentupdated german tranlation files (diff)
downloadgpg4usb-1975ee90ef42c36b31dc2e53d1cc7d1b359d7533.tar.gz
gpg4usb-1975ee90ef42c36b31dc2e53d1cc7d1b359d7533.zip
fix segfault
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@219 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--gpgwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 67e2b67..203f574 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -25,6 +25,7 @@
GpgWin::GpgWin()
{
mCtx = new GpgME::Context();
+ keyMgmt = NULL; // initialized on first key-management-window open
/* get path were app was started */
QString appPath = qApp->applicationDirPath();