[rhythmbox: 2/5] podcast: fix incorrect extra channel unref for opml feeds
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox: 2/5] podcast: fix incorrect extra channel unref for opml feeds
- Date: Sun, 7 Mar 2021 12:02:59 +0000 (UTC)
commit 2707c35a919b0a8cf2b3bfa44761a48311c22095
Author: crvi <crvisqr gmail com>
Date: Wed Mar 3 04:42:57 2021 +0530
podcast: fix incorrect extra channel unref for opml feeds
podcast/rb-podcast-add-dialog.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/podcast/rb-podcast-add-dialog.c b/podcast/rb-podcast-add-dialog.c
index 1c0c75444..111e5f687 100644
--- a/podcast/rb-podcast-add-dialog.c
+++ b/podcast/rb-podcast-add-dialog.c
@@ -331,7 +331,6 @@ parse_cb (RBPodcastChannel *channel, GError *error, gpointer user_data)
rb_podcast_parse_channel_unref (channel);
}
update_feed_status (data->dialog);
- rb_podcast_parse_channel_unref (data->channel);
} else if (data->existing) {
GtkTreeIter iter;
gboolean found = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]