From 1975ee90ef42c36b31dc2e53d1cc7d1b359d7533 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 19 Sep 2009 19:18:53 +0000 Subject: fix segfault git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@219 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3