bluez/obexd
Luiz Augusto von Dentz cfab569484 build: Replace use of g_memdup with util_memdup
This replaces the uses of g_memdup with util_memdup since the former has
been deprecated:

  warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
  [-Wdeprecated-declarations]

g_memdup2 requires bumping glib version which would likely have its
own problems thus why util_memdup was introduced.
2022-01-06 12:58:39 -08:00
..
client obexd: Fix unchecked return value 2021-10-18 15:31:55 -07:00
plugins obexd: Fix unchecked return value 2021-10-18 15:31:55 -07:00
src build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00