[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][debian/master] 3 commits: d/patches: Don't unref CallsMMOrigin in call_deleted_cb

Evangelos Ribeiro Tzaras (@devrtz) gitlab at salsa.debian.org
Fri May 12 21:17:49 BST 2023



Evangelos Ribeiro Tzaras pushed to branch debian/master at Debian On Mobile / gnome-calls


Commits:
cbf597b0 by Evangelos Ribeiro Tzaras at 2023-05-12T08:36:46+02:00
d/patches: Don't unref CallsMMOrigin in call_deleted_cb

- - - - -
9c3e44da by Evangelos Ribeiro Tzaras at 2023-05-12T08:39:05+02:00
Document and release 45~alpha.0-2

- - - - -
cb80a32b by Evangelos Ribeiro Tzaras at 2023-05-12T20:17:41+00:00
Merge branch 'backport_origin_refcount_fix' into 'debian/master'

Backport origin refcount fix and release 45~alpha.0-2

See merge request DebianOnMobile-team/gnome-calls!32
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/mm-origin-Don-t-unref-origin-in-call_deleted_cb.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gnome-calls (45~alpha.0-2) experimental; urgency=medium
+
+  * d/patches: Don't unref CallsMMOrigin in call_deleted_cb
+
+ -- Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>  Fri, 12 May 2023 08:38:20 +0200
+
 gnome-calls (45~alpha.0-1) experimental; urgency=medium
 
   * New upstream release


=====================================
debian/patches/mm-origin-Don-t-unref-origin-in-call_deleted_cb.patch
=====================================
@@ -0,0 +1,24 @@
+From: Evangelos Ribeiro Tzaras <devrtz at fortysixandtwo.eu>
+Date: Wed, 10 May 2023 15:27:53 +0200
+Subject: mm-origin: Don't unref origin in call_deleted_cb
+
+Fixes: 72a85d62fad3b6bfbceedd93f8122926de699503
+Closes: #573
+(cherry picked from commit 3e699275a45544a1397d09b17502447fc7472504)
+---
+ plugins/provider/mm/calls-mm-origin.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/provider/mm/calls-mm-origin.c b/plugins/provider/mm/calls-mm-origin.c
+index 5d95bab..4f64659 100644
+--- a/plugins/provider/mm/calls-mm-origin.c
++++ b/plugins/provider/mm/calls-mm-origin.c
+@@ -564,7 +564,7 @@ call_deleted_cb (MMModemVoice *voice,
+                  const char   *path,
+                  gpointer      user_data)
+ {
+-  g_autoptr (CallsMMOrigin) self = NULL;
++  CallsMMOrigin *self;
+   gpointer call;
+   gpointer key;
+   const char *mm_reason;


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+mm-origin-Don-t-unref-origin-in-call_deleted_cb.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/2e252912a22f08b1a75ec6b59a1586f3c22bbdbb...cb80a32b1a0b9251c0b895f1208eb9eb953490ba

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/2e252912a22f08b1a75ec6b59a1586f3c22bbdbb...cb80a32b1a0b9251c0b895f1208eb9eb953490ba
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20230512/1f347850/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list