diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-17 04:35:23 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-17 04:43:08 +0100 |
commit | 47843a14a4fefdd1bb1ae3578d1466c4314ef152 (patch) | |
tree | 7b62cbb8e5dcc5e09f19b1f259b7017ae2a56f92 /gnu/packages/patches | |
parent | eb4ce2de6993bace0af3e8a52137cf17f56c034e (diff) |
gnu: telepathy-glib: Update to 0.24.2.
* gnu/packages/glib.scm (telepathy-glib): Update to 0.24.2.
[source]: Drop upstreamed patches.
* gnu/packages/patches/telepathy-glib-channel-memory-leak.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/telepathy-glib-channel-memory-leak.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/patches/telepathy-glib-channel-memory-leak.patch b/gnu/packages/patches/telepathy-glib-channel-memory-leak.patch deleted file mode 100644 index fe07548ec0..0000000000 --- a/gnu/packages/patches/telepathy-glib-channel-memory-leak.patch +++ /dev/null @@ -1,19 +0,0 @@ -Prevent a memory leak in call-channel, which otherwise would cause a -test failure in file-transfer-channel.c. - -Taken from upstream: -https://gitlab.freedesktop.org/telepathy/telepathy-glib/commit/2e8b2cc0db09b781d99e3755bb6d01548037fe7b - -diff --git a/telepathy-glib/call-channel.c b/telepathy-glib/call-channel.c -index 8ed76323be32f83c5f4d6045a50bc1698d8093fd..2a1fa203d4be9f0c8b99344225f4ba9900666ffc 100644 ---- a/telepathy-glib/call-channel.c -+++ b/telepathy-glib/call-channel.c -@@ -525,6 +525,8 @@ update_call_members (TpCallChannel *self, - - _tp_channel_contacts_queue_prepare_async ((TpChannel *) self, - contacts, update_call_members_prepared_cb, data); -+ -+ g_ptr_array_unref (contacts); - } - - static void |