-remove old patch

This commit is contained in:
Peter Robinson 2010-01-13 21:44:26 +00:00
commit eac609f395

View file

@ -1,27 +0,0 @@
From e604bdf50e2b05ed6977564ea8d6aac948af0e03 Mon Sep 17 00:00:00 2001
From: Geoff Gustafson <geoff@linux.intel.com>
Date: Tue, 10 Nov 2009 23:01:47 +0000
Subject: anerley-ebook-feed: Fix segfault when no self contact is found
---
diff --git a/anerley/anerley-ebook-feed.c b/anerley/anerley-ebook-feed.c
index 59b2eb0..72c4529 100644
--- a/anerley/anerley-ebook-feed.c
+++ b/anerley/anerley-ebook-feed.c
@@ -134,13 +134,12 @@ anerley_ebook_feed_constructed (GObject *object)
E_CONTACT_UID);
g_debug (G_STRLOC ": Found self contact: %s",
priv->self_uid);
+ g_object_unref (self_contact);
} else {
g_warning (G_STRLOC ": Error getting self contact: %s",
error->message);
}
- g_object_unref (self_contact);
-
if (G_OBJECT_CLASS (anerley_ebook_feed_parent_class)->constructed)
G_OBJECT_CLASS (anerley_ebook_feed_parent_class)->constructed (object);
}
--
cgit v0.8.3-13-ge633