diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 21:18:53 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 21:18:53 +0200 |
| commit | 1975ee90ef42c36b31dc2e53d1cc7d1b359d7533 (patch) | |
| tree | f0badf80778af279f3d8ae516332be46a864e0ba /gpgwin.cpp | |
| parent | updated german tranlation files (diff) | |
| download | gpg4usb-1975ee90ef42c36b31dc2e53d1cc7d1b359d7533.tar.gz gpg4usb-1975ee90ef42c36b31dc2e53d1cc7d1b359d7533.zip | |
fix segfault
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@219 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |
