seahorse r2421 - in trunk: . pgp
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2421 - in trunk: . pgp
- Date: Sun, 31 Aug 2008 19:48:01 +0000 (UTC)
Author: nnielsen
Date: Sun Aug 31 19:48:01 2008
New Revision: 2421
URL: http://svn.gnome.org/viewvc/seahorse?rev=2421&view=rev
Log:
* pgp/seahorse-pgp-key.c: Fix null pointer dereference. See bug #549603
Modified:
trunk/ChangeLog
trunk/pgp/seahorse-pgp-key.c
Modified: trunk/pgp/seahorse-pgp-key.c
==============================================================================
--- trunk/pgp/seahorse-pgp-key.c (original)
+++ trunk/pgp/seahorse-pgp-key.c Sun Aug 31 19:48:01 2008
@@ -161,7 +161,7 @@
/* Remove if no uid */
if (!guid) {
- seahorse_object_set_parent (l->data, NULL);
+ seahorse_object_set_parent (SEAHORSE_OBJECT (uid), NULL);
pkey->uids = g_list_remove (pkey->uids, uid);
g_object_unref (uid);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]