! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
g_mem_is_system_malloc is deprecated with GLib >= 2.46
Status:
RESOLVED: FIXED
Severity:
trivial

Comments

Description Tom Kneiphof 2017-02-18 15:52:23 CET
Created attachment 7004 
Remove g_mem_is_system_malloc

Ubuntu 16.04 is shipping with GLib 2.51 currently.

However, in GLib 2.46, g_mem_is_system_malloc was deprecated, since it always returns TRUE.
(https://developer.gnome.org/glib/stable/glib-Memory-Allocation.html#g-mem-is-system-malloc)

So it should no longer be used in thunar-session-client.c.
Comment 1 Andre Miranda editbugs 2017-09-12 05:21:17 CEST
Thanks for pointing this out, pushed your fix to master and xfce-4.12 branches.

Bug #13363

Reported by:
Tom Kneiphof
Reported on: 2017-02-18
Last modified on: 2017-09-12

People

Assignee:
Andre Miranda
CC List:
3 users

Version

Version:
1.6.11

Attachments

Remove g_mem_is_system_malloc (816 bytes, patch)
2017-02-18 15:52 CET , Tom Kneiphof
no flags

Additional information