Do not use g_list_free_full
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Jan 2016 22:04:23 +0000 (17:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jan 2016 21:08:28 +0000 (16:08 -0500)
commite0c22560d5b5d0346d798ee0115e94e6455058a8
tree6bde5e92324b696a229ea9598e8eeb224c023bd3
parentd41015e82596a89af6c4525eff8594d59deaad0e
Do not use g_list_free_full

Babeltrace supports glib all the way back to 2.22 and g_list_free_full
was introduced in 2.28.0 (and backported to 2.27.2).

The replacement is equivalent to the behaviour offered by a modern glib.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/visitor.c
This page took 0.023734 seconds and 4 git commands to generate.