rusage: properly free the queue memory
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 13 Apr 2016 09:38:05 +0000 (12:38 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 13 Apr 2016 09:40:41 +0000 (12:40 +0300)
commite0757e1d8039bf6e6f808ddba13d5962e0c173c1
tree6f5610b86e48efc9c96cad7343513a9aab27b38b
parent3f3af84a8fdb0a56612f60f3aae099715fe36d44
rusage: properly free the queue memory

The queue is allocated as part of the tracer struct so we should not
use g_queue_free() to free it.

https://bugzilla.gnome.org/show_bug.cgi?id=764985
plugins/tracers/gstrusage.c