diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-10 19:28:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-10 19:28:07 +0000 |
commit | 30992599145ed7472194aaf1456dc7b881068275 (patch) | |
tree | 1c922d0869f5f8c37d5d8ee1f4a8b7db671fadda | |
parent | 26663974184b563a2f1b02cb913cf4c902e6a1d8 (diff) | |
download | gnunet-gtk-30992599145ed7472194aaf1456dc7b881068275.tar.gz gnunet-gtk-30992599145ed7472194aaf1456dc7b881068275.zip |
-fix crash on shutdown
-rw-r--r-- | src/setup/gnunet-setup-gns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns.c b/src/setup/gnunet-setup-gns.c index d35231c3..48a8ef59 100644 --- a/src/setup/gnunet-setup-gns.c +++ b/src/setup/gnunet-setup-gns.c | |||
@@ -1950,6 +1950,7 @@ identity_cb (void *cls, | |||
1950 | char *label; | 1950 | char *label; |
1951 | GtkTreeIter toplevel; | 1951 | GtkTreeIter toplevel; |
1952 | 1952 | ||
1953 | id_op = NULL; | ||
1953 | /* setup crypto keys */ | 1954 | /* setup crypto keys */ |
1954 | if (NULL == ego) | 1955 | if (NULL == ego) |
1955 | { | 1956 | { |